diff --git a/README.md b/README.md
index 0547d4f..9a48ce6 100644
--- a/README.md
+++ b/README.md
@@ -1,54 +1,68 @@
-# epubreader-js
+# EpubReader
-
+
## About the Reader
-The **epubreader-js** application is based on the [epub.js](https://github.com/futurepress/epub.js) library and is a fork of the [epubjs-reader](https://github.com/futurepress/epubjs-reader) repository.
+The epubreader application is based on the epub.js library and is a fork of the epub-reader repository.
## Getting Started
-Open up [epubreader-js](https://intity.github.io/epubreader-js/) in a browser.
+Open up epubreader in a browser.
-You can change the ePub it opens by passing a link to `bookPath` in the url:
+You can change the ePub it opens by passing a link to bookPath in the url:
-`?bookPath=https://s3.amazonaws.com/epubjs/books/alice.epub`
+?bookPath=https://s3.amazonaws.com/epubjs/books/alice.epub
+
+or to open through path `public/epub-book` folder
+
+?bookPath=epub-book/[filename].epub
## Running Locally
-Install [node.js](https://nodejs.org/en/)
+Install node.js
-Then install the project dependences with npm
+Then install the project dependencies with npm
-```javascript
+```sh
npm install
```
+Next you need to clone the repository into local with below command
+
+```sh
+git clone
+```
+
+After that, you need to move to repo directory.
You can run the reader locally with the command
-```javascript
-npm run serve
+```sh
+cd
+npm start
```
-Builds are concatenated and minified using [webpack](https://github.com/webpack/webpack)
+The application automatically starts at `localhost:8088`.
+
+Builds are concated and minified using webpack
To generate a new build run
-```javascript
+```sh
npm run build
```
-or rebuilding all *.js files
+or rebuilding all \*.js files
-```javascript
+```sh
npm run prepare
```
## Pre-configuration
-The **epubreader-js** application settings is a JavaScript object that you pass as an argument to the `Reader` constructor. You can make preliminary settings in the file [index.html](dist/index.html). For example, this is what the default `Reader` initialization looks like:
+The epubreader application settings is a JavaScript object that you pass an argument to the `Reader` constructor. You can make prelimitary settings in the file index.html. For example, this is what the default `Reader` initialization looks like:
-```html
+```js
+
+
+
+
+
+
+
+ Chế độ đọc sách
-
-
-
-
-
-
+
+
+
+
-
-
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-