Commit 603807bc authored by Will Cory's avatar Will Cory Committed by GitHub

Apply suggestions from code review

parent d366dd99
...@@ -79,13 +79,13 @@ cd optimism ...@@ -79,13 +79,13 @@ cd optimism
### Install the Correct Version of NodeJS ### 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 ```bash
nvm use nvm use
``` ```
### Install node packages with Yarn ### Install node modules with Yarn
```bash ```bash
yarn install yarn install
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment