diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c8b72fc..947e3b5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,7 +3,7 @@ ## Installing dependencies ```bash -yarn +yarn install ``` `npm` doesn't install the correct dependencies for `eslint` so we use `yarn`.