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"