Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
`npm run install` doesn't work, it should be `npm install`
  • Loading branch information
2manslkh authored Oct 18, 2023
1 parent 471993c commit e9e04b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cd ./lido-l2
2. Install dependencies:

```bash
npm run install
npm install
```

3. Compile the contracts:
Expand Down

0 comments on commit e9e04b0

Please sign in to comment.