Skip to content

Commit

Permalink
Merge pull request #22 from mcginty/master
Browse files Browse the repository at this point in the history
"dependencies" spelling fix
  • Loading branch information
robrighter committed Mar 24, 2012
2 parents 4d60e45 + 71554fd commit 325676b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion initproject.sh
Expand Up @@ -23,7 +23,7 @@ cp ./templates/views/layout.jade ./views/layout.jade
cp ./templates/js/script.js ./static/js/script.js cp ./templates/js/script.js ./static/js/script.js
# TODO copy over the models # TODO copy over the models


echo "Setting up the dependancies from NPM..." echo "Setting up the dependencies from NPM..."
npm install npm install


echo "Removing the stuff you dont want..." echo "Removing the stuff you dont want..."
Expand Down

0 comments on commit 325676b

Please sign in to comment.