Removes $ prefix from shell command, to allow for syntax highlighting.

This commit is contained in:
Joshua Appelman 2014-08-30 23:10:03 +02:00
parent a7b3e31cd3
commit 84b90410fe

View file

@ -31,7 +31,7 @@ ones, they either do too much or not enough.
## Install
```sh
$ npm install --save chalk
npm install --save chalk
```