Skip to content

Commit 71df275

Browse files
author
James Halliday
committed
fix the example output
1 parent 8d458c8 commit 71df275

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

readme.markdown

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,10 @@ Contexts are denoted with square brackets:
2222

2323
```
2424
$ node example/show.js beep --beep [ boop -a 3 ] -n4 --robots [ -x 8 -y 6 ]
25-
{ _: [ 'beep', ']' ],
25+
{ _: [ 'beep' ],
2626
beep: { _: [ 'boop' ], a: 3 },
2727
n: 4,
28-
robots: '[',
29-
x: 8,
30-
y: 6 }
28+
robots: { _: [], x: 8, y: 6 } }
3129
```
3230

3331
# methods

0 commit comments

Comments
 (0)