Skip to content

Commit

Permalink
Wrong backtick
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesvdvreken committed Jan 6, 2016
1 parent e89d5d0 commit d5a175a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -41,7 +41,7 @@ set :npm_env_variables, {} # default

### Dependencies

npm allows for normal `dependencies` and `devDependencies`. By default this gem uses `'--production --silent --no-spin'` as the install flags which will **only** install `dependencies` and skip `devDependencies`. If you want your `devDependencies` installed as well, then remove '--production`.
npm allows for normal `dependencies` and `devDependencies`. By default this gem uses `'--production --silent --no-spin'` as the install flags which will **only** install `dependencies` and skip `devDependencies`. If you want your `devDependencies` installed as well, then remove `--production`.

## Contributing

Expand Down

0 comments on commit d5a175a

Please sign in to comment.