Skip to content

Commit

Permalink
Fix "bootstrap" in README.md (#2180)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjethani authored Aug 20, 2021
1 parent 41b7653 commit 5963c57
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 @@ -76,7 +76,7 @@ The library supports 99% of all filters from the Easylist and uBlock Origin proj
This project makes use of [lerna](https://github.com/lerna/lerna) and [yarn workspaces](https://yarnpkg.com/lang/en/docs/workspaces/) under the hood. Quickly get started with:

1. Fork and clone the repository,
2. Install dependencies: `yarn bootrap`,
2. Install dependencies: `yarn bootstrap`,
3. Build: `yarn watch`,
4. Test: `yarn test`,
5. Bundle: `yarn bundle`.
Expand Down

0 comments on commit 5963c57

Please sign in to comment.