Skip to content

Commit

Permalink
Fix global gulp command usage example.
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanlins committed Nov 10, 2014
1 parent 07b581d commit d123901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ npm install --save-dev
./node_modules/.bin/gulp install
```

**Hint** If you have installed gulp globally, you can simply run `./node_modules/.bin/gulp install`.
**Hint** If you have installed gulp globally, you can simply run `gulp install`.

Build production ready distribution
-----------------------------------
Expand Down

0 comments on commit d123901

Please sign in to comment.