Skip to content

Commit 83243eb

Browse files
author
James Halliday
committed
don't use beep twice, confusing
1 parent 71df275 commit 83243eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ console.log(argv);
2121
Contexts are denoted with square brackets:
2222

2323
```
24-
$ node example/show.js beep --beep [ boop -a 3 ] -n4 --robots [ -x 8 -y 6 ]
25-
{ _: [ 'beep' ],
24+
$ node example/show.js rawr --beep [ boop -a 3 ] -n4 --robots [ -x 8 -y 6 ]
25+
{ _: [ 'rawr' ],
2626
beep: { _: [ 'boop' ], a: 3 },
2727
n: 4,
2828
robots: { _: [], x: 8, y: 6 } }

0 commit comments

Comments
 (0)