diff --git a/README.md b/README.md index a6ea53d..081769f 100644 --- a/README.md +++ b/README.md @@ -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. ```