Skip to content

Commit 462cd15

Browse files
authored
README cleanup (MetaMask#151)
1 parent e797bdf commit 462cd15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Currently the methods are heavily commented in [the source code](./index.js), so
5353
- Install [Node.js](https://nodejs.org) version 12
5454
- If you are using [nvm](https://github.com/creationix/nvm#installation) (recommended) running `nvm use` will automatically choose the right node version for you.
5555
- Install [Yarn v1](https://yarnpkg.com/en/docs/install)
56-
- Run `yarn setup` to install dependencies and run any requried post-install scripts
56+
- Run `yarn setup` to install dependencies and run any required post-install scripts
5757
- **Warning:** Do not use the `yarn` / `yarn install` command directly. Use `yarn setup` instead. The normal install command will skip required post-install scripts, leaving your development environment in an invalid state.
5858

5959
### Testing and Linting

0 commit comments

Comments
 (0)