diff --git a/README.md b/README.md
index ffe4a94..f17cc9e 100644
--- a/README.md
+++ b/README.md
@@ -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
@@ -157,7 +157,7 @@ export default App;
onChange |
- |
+ (state: boolean, handle: FullscreenHandle) => void |
❌ |
Optional callback that gets called when this screen changes state. |
diff --git a/package.json b/package.json
index a35a551..c8cc8b6 100644
--- a/package.json
+++ b/package.json
@@ -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",