Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
roninjin10 authored Feb 28, 2023
1 parent d366dd9 commit 603807b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@ cd optimism

### Install the Correct Version of NodeJS

Using [nvm](https://github.com/nvm-sh/nvm), install the correct version of NodeJS.
Install node v16.16.0 with [nvm](https://github.com/nvm-sh/nvm)

```bash
nvm use
```

### Install node packages with Yarn
### Install node modules with Yarn

```bash
yarn install
Expand Down

0 comments on commit 603807b

Please sign in to comment.