Skip to content

Commit

Permalink
Docs: Specify where to create package.json (#2053)
Browse files Browse the repository at this point in the history
  • Loading branch information
gchristofferson authored and phated committed Dec 5, 2017
1 parent 81fc26d commit 4f9465a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ npm --version
npm install --global gulp-cli
```

#### Create a `package.json`
#### Create a `package.json` in your project directory
If you don't have a package.json, create one. If you need help, run an `npm init` which will walk you through giving it a name, version, description, etc.


Expand Down

0 comments on commit 4f9465a

Please sign in to comment.