Skip to content

Commit

Permalink
docs: fix typo require (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eomm authored and bcoe committed Sep 6, 2019
1 parent 7909cc4 commit 0516019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ node example.js --foo=33 --bar hello
_or parse a string!_
```js
var argv = require('./')('--foo=99 --bar=33')
var argv = require('yargs-parser')('--foo=99 --bar=33')
console.log(argv)
```
Expand Down

0 comments on commit 0516019

Please sign in to comment.