diff options
Diffstat (limited to 'dgbuilder/dgeflows')
-rw-r--r-- | dgbuilder/dgeflows/node_modules/express/Readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dgbuilder/dgeflows/node_modules/express/Readme.md b/dgbuilder/dgeflows/node_modules/express/Readme.md index 748e1ee8..4dee7c52 100644 --- a/dgbuilder/dgeflows/node_modules/express/Readme.md +++ b/dgbuilder/dgeflows/node_modules/express/Readme.md @@ -86,7 +86,7 @@ $ npm start ## Examples - To view the examples, clone the Express repo and install the dependancies: + To view the examples, clone the Express repo and install the dependencies ```bash $ git clone git://github.com/strongloop/express.git --depth 1 @@ -102,7 +102,7 @@ $ node examples/content-negotiation ## Tests - To run the test suite, first install the dependancies, then run `npm test`: + To run the test suite, first install the dependencies, then run `npm test`: ```bash $ npm install |