Merge pull request #302 from curiosity/master

Fix the url for nodejs installation
This commit is contained in:
Peter 'Pita' Martischka 2012-01-02 06:47:18 -08:00
commit 4162f088a6

View file

@ -16,7 +16,7 @@ hash curl > /dev/null 2>&1 || {
#Is node installed?
hash node > /dev/null 2>&1 || {
echo "Please install node.js ( http://nodesjs.org )" >&2
echo "Please install node.js ( http://nodejs.org )" >&2
exit 1
}