Skip to content

Commit

Permalink
docs: remove single quotes around semver range
Browse files Browse the repository at this point in the history
PR-URL: npm/npm#9200
  • Loading branch information
kenany authored and iarna committed Aug 14, 2015
1 parent 4b72a54 commit a5c7528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/npm-view.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ If a version range is provided, then data will be printed for every
matching version of the package. This will show which version of jsdom
was required by each matching version of yui3:

npm.commands.view(["yui3@'>0.5.4'", "dependencies.jsdom"], callback)
npm.commands.view(["yui3@>0.5.4", "dependencies.jsdom"], callback)

## OUTPUT

Expand Down

0 comments on commit a5c7528

Please sign in to comment.