Skip to content

Commit

Permalink
Fix typo in README (MetaMask#28)
Browse files Browse the repository at this point in the history
Co-authored-by: Elliot Winkler <elliot.winkler@gmail.com>
  • Loading branch information
brendankirby and mcmire authored Sep 27, 2022
1 parent 3b7a056 commit bee4fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion merged-packages/utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The full API documentation for the latest published version of this library is [
- Install [Node.js](https://nodejs.org) version 12
- If you are using [nvm](https://github.com/creationix/nvm#installation) (recommended) running `nvm use` will automatically choose the right node version for you.
- Install [Yarn v1](https://yarnpkg.com/en/docs/install)
- Run `yarn setup` to install dependencies and run any requried post-install scripts
- Run `yarn setup` to install dependencies and run any required post-install scripts
- **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.

### Testing and Linting
Expand Down

0 comments on commit bee4fc2

Please sign in to comment.