Skip to content

Commit

Permalink
docs: update README file to correct --allow-hash-bang option document…
Browse files Browse the repository at this point in the history
…ation (#105)
  • Loading branch information
ryanep authored and yowainwright committed Nov 13, 2019
1 parent 73db48b commit f137c6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

**Version 5** release! 🎉 Thanks to [@BrandonOCasey](https://github.com/brandonocasey).
Removes need for `boolean` in argument; post [Caporal **1.1.0**](https://github.com/mattallty/Caporal.js/commit/ae5d2c3cc1acef1b89a13608033b250fa7750c4e).
This will require an update for any boolean cli flags, in example `--module`, `--allowHashBang`.
This will require an update for any boolean cli flags, in example `--module`, `--allow-hash-bang`.

Example of CLI boolean flag in previous versions (Versions 0-4.*)

Expand Down Expand Up @@ -155,7 +155,7 @@ index.js es-check <ecmaVersion> [files...]

```sh

--allowHashBang supports files that start with hash bang, default false
--allow-hash-bang supports files that start with hash bang, default false

```

Expand Down

0 comments on commit f137c6a

Please sign in to comment.