Skip to content

Commit

Permalink
📖 README
Browse files Browse the repository at this point in the history
  • Loading branch information
Bunlong committed Aug 29, 2020
1 parent 9852997 commit 071e133
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ The React component allows its children to enter the browser's fullscreen viewin
* Compatible with both JavaScript and TypeScript
* Compatible with both Desktop and Mobile browsers
* Compatible with all browsers
* No Dependency
* Easy to Use
* No dependency
* Easy to use

## 🔧 Install

Expand Down Expand Up @@ -157,7 +157,7 @@ export default App;
</tr>
<tr>
<td>onChange</td>
<td></td>
<td>(state: boolean, handle: FullscreenHandle) => void</td>
<td>❌</td>
<td>Optional callback that gets called when this screen changes state.</td>
</tr>
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
"fullscreen",
"react-fullscreen-html",
"full-screen",
"full screen"
"full screen",
"full screen html5",
"react fullscreen html"
],
"homepage": "",
"main": "dist/react-fullscreen-html.js",
Expand Down

0 comments on commit 071e133

Please sign in to comment.