Skip to content

Commit 071e133

Browse files
committed
📖 README
1 parent 9852997 commit 071e133

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ The React component allows its children to enter the browser's fullscreen viewin
99
* Compatible with both JavaScript and TypeScript
1010
* Compatible with both Desktop and Mobile browsers
1111
* Compatible with all browsers
12-
* No Dependency
13-
* Easy to Use
12+
* No dependency
13+
* Easy to use
1414

1515
## 🔧 Install
1616

@@ -157,7 +157,7 @@ export default App;
157157
</tr>
158158
<tr>
159159
<td>onChange</td>
160-
<td></td>
160+
<td>(state: boolean, handle: FullscreenHandle) => void</td>
161161
<td>❌</td>
162162
<td>Optional callback that gets called when this screen changes state.</td>
163163
</tr>

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
"fullscreen",
1818
"react-fullscreen-html",
1919
"full-screen",
20-
"full screen"
20+
"full screen",
21+
"full screen html5",
22+
"react fullscreen html"
2123
],
2224
"homepage": "",
2325
"main": "dist/react-fullscreen-html.js",

0 commit comments

Comments
 (0)