Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ $ npm run lint:fix
This repository uses [Docsify](https://docsify.js.org) for generating documentation website on the fly.

**Steps:**
1. Install `docsify-cli` globally.
1. Install dependencies
```
npm i docsify-cli -g
npm install
```
2. Then run the following command to serve the documentation.
```
Expand Down