diff --git a/README.md b/README.md index c5d7c22..4c3e210 100755 --- a/README.md +++ b/README.md @@ -42,4 +42,4 @@ var paths = { Change the name, version, URL and other data about the project in `package.json`. `myplugin.js` is my UMD boilerplate. Rename `root.MyPlugin` to suit your project. Inside `spec-myproject.js` is an example `describe()` to setup the first [Jasmine](http://jasmine.github.io) unit test. -In bash/terminal/command line, run `npm install`, then `gulp` to get going. \ No newline at end of file +In bash/terminal/command line, `cd` into your project directory and run `npm install`, then `gulp` to get going. \ No newline at end of file