diff --git a/README.md b/README.md index ad9c6d6..b74e85f 100644 --- a/README.md +++ b/README.md @@ -26,17 +26,15 @@ To update the `@lingdocs/pashto-inflector` dependency accross the project you ca SPA Dictionary Frontend -Use [Yarn](https://yarnpkg.com/). - ```sh cd website -yarn install +npm install ``` #### Development ```sh -yarn start +npm run dev ``` ### Account @@ -45,8 +43,6 @@ Backend authentication server build on express / passport #### Development -Use [npm](https://www.npmjs.com/). - ```sh cd account npm install @@ -57,8 +53,6 @@ npm run dev Backend Firebase functions -Use [npm](https://www.npmjs.com/). - ```sh cd functions npm install