From 071e1338bcc292b37335f9408620b2a4f4aa4118 Mon Sep 17 00:00:00 2001 From: Bunlong Date: Sat, 29 Aug 2020 14:38:25 +0700 Subject: [PATCH] :book: README --- README.md | 6 +++--- package.json | 4 +++- 2 files changed, 6 insertions(+), 4 deletions(-) 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",