From f8ce7bfd0a0df60b92bf0b09b457bf1cc61fc5f5 Mon Sep 17 00:00:00 2001 From: NB <47492535+altmshfkgudtjr@users.noreply.github.com> Date: Thu, 15 Apr 2021 17:05:52 +0900 Subject: [PATCH] update Reademe file --- .gitignore | 3 ++- README.md | 5 ++++- package.json | 1 + 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 53cafe7..79efe1b 100644 --- a/.gitignore +++ b/.gitignore @@ -202,4 +202,5 @@ $RECYCLE.BIN/ # Custom ignore files or folders -/lib \ No newline at end of file +/lib +build \ No newline at end of file diff --git a/README.md b/README.md index 52db1fd..2982c87 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ +[![Latest Stable Version](https://img.shields.io/npm/v/react-epub-viewer.svg?style=for-the-badge)](https://www.npmjs.com/package/react-epub-viewer) [![License](https://img.shields.io/badge/license-mit-red.svg?style=for-the-badge)](https://www.npmjs.com/package/react-epub-viewer) + # react-epub-viewer -Epub Viewer for React.js powered by [Epub.js](https://github.com/futurepress/epub.js/) +Epub Viewer for React.js powered by [Epub.js](https://github.com/futurepress/epub.js/) +View [Demo Page](https://altmshfkgudtjr.github.io/react-epub-viewer/). diff --git a/package.json b/package.json index 7e15893..22876b6 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ "lib", "README.md" ], + "homepage" : "https://altmshfkgudtjr.github.io/react-epub-viewer", "repository": { "type": "git", "url": "https://github.com/altmshfkgudtjr/react-epub-viewer"