diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2ab5ce4944..1c28381964 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -28,14 +28,14 @@ always be in sync. ### Development -- `script/test` will fire up a karma runner and watch for changes in the +- `scripts/test` will fire up a karma runner and watch for changes in the specs directory. - `npm test` will do the same but doesn't watch, just runs the tests. -- `script/build-examples` does exactly that. +- `scripts/build-examples` does exactly that. ### Build -Please do not include the output of `script/build` in your commits, we +Please do not include the output of `scripts/build` in your commits, we only do this when we release. (Also, you probably don't need to build anyway unless you are fixing something around our global build.)