Skip to content

Commit 0516019

Browse files
Eommbcoe
authored andcommitted
docs: fix typo require (#200)
1 parent 7909cc4 commit 0516019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ node example.js --foo=33 --bar hello
3131
_or parse a string!_
3232
3333
```js
34-
var argv = require('./')('--foo=99 --bar=33')
34+
var argv = require('yargs-parser')('--foo=99 --bar=33')
3535
console.log(argv)
3636
```
3737

0 commit comments

Comments
 (0)