Skip to content

Commit fb81742

Browse files
committed
docs: update readme
1 parent bb80fbb commit fb81742

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ This project is broken into several modules, their purposes are:
3737
1. Clone this repo
3838
2. Run `npm install`
3939

40-
This will install lerna and bootstrap the various packages, dedpuing and hoisting dependencies into the root folder.
40+
This will install [lerna](https://www.npmjs.com/package/lerna) and bootstrap the various packages, dedpuing and hoisting dependencies into the root folder.
4141

42-
If later you wish to remove all the `node_modules`/`dist` folders and start again, run `npm reset && npm install` from the root.
42+
If later you wish to remove all the `node_modules`/`dist` folders and start again, run `npm run reset && npm install` from the root.
4343

4444
See the scripts section of the root [`package.json`](./package.json) for more commands.
4545

0 commit comments

Comments
 (0)