diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9b441c9..fa09b8f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,5 +10,5 @@ We are using `yarn` to manage dependencies. 4. To use `example-project` with the locally built packages 1. Make sure all dependencies are installed and all packages built 2. Run `npm install` in the `/example-project` directory - 3. Run `yarn boostrap-example` in the root directory + 3. Run `yarn bootstrap-example` in the root directory 4. To run the example project, run `node index.js ` in the `/example-project` directory