Skip to content

Commit

Permalink
updated readme for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
heartsucker committed Jul 3, 2017
1 parent a0fae3a commit 7d914f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ However, if you don't like these, there are two options for overrides: command l
`node_deb` at the top level of your `package.json`. A full explanation of the different options can be found by
running `node-deb --help`.

By default, if any of the following files exist, the will be included in the Debian package: `package.json` and
By default, if any of the following files exist, they will be included in the Debian package: `package.json` and
`npm-shrinkwrap.json`.

For example, here are some sample `node_deb` overrides. The full list can be found by running
Expand Down Expand Up @@ -189,7 +189,7 @@ The install strategy determines how dependencies in `node_modules` are included
## Requirements
- `dpkg`
- `fakeroot`
- `jq`
- [`jq`](https://stedolan.github.io/jq/)

These are all available through `apt` and `brew`.

Expand Down

0 comments on commit 7d914f9

Please sign in to comment.