Update README.md

This commit is contained in:
DvidSilva
2013-11-22 18:52:40 -08:00
parent 4bfe0f78c7
commit 5fff3bb43b

View File

@@ -40,8 +40,7 @@ module.exports = function (grunt) {
}
}
});
grunt.registerTask('default', 'bgShell:watchCompass bgShell:watchCoffee bgShell:runNode');
grunt.registerTask('default', ['bgShell:watchCompass','bgShell:watchCoffee','bgShell:runNode']);
};
```
@@ -115,4 +114,4 @@ bgShell: {
}
}
}
```
```