Skip to content

Commit

Permalink
docs: fix typos in README.md (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurKa committed Jun 20, 2021
1 parent 6877a2d commit 088481c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -336,14 +336,14 @@ Should arrays consume more than one positional argument following their flag.

```console
$ node example --arr 1 2
{ _[], arr: [1, 2] }
{ _: [], arr: [1, 2] }
```

_if disabled:_

```console
$ node example --arr 1 2
{ _[2], arr: [1] }
{ _: [2], arr: [1] }
```

**Note: in `v18.0.0` we are considering defaulting greedy arrays to `false`.**
Expand Down

0 comments on commit 088481c

Please sign in to comment.