From 4d8026f3789ff090f31e08bee1983bb218057ee9 Mon Sep 17 00:00:00 2001 From: Jesse Skinner Date: Fri, 3 Oct 2014 22:28:28 -0400 Subject: [PATCH] [fixed] Corrected CONTRIBUTING.md by replacing 'script' path with 'scripts' --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.)