Skip to content

Commit

Permalink
Update fail-faster.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Apr 16, 2017
1 parent 4d655d4 commit 9bd4a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regexp/fail-faster.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ All people known `RegExp` are difficult to write. A good approach for write the

[regexgen](https://github.com/devongovett/regexgen#regexgen) is a good library for that: It's generate a Trie structure based on the input and generate the most optimized `RegexEp`, removing redundancies.

See it in action:
See it in action from your CLI:

```js
$ npm install regexgen-cli
Expand Down

0 comments on commit 9bd4a99

Please sign in to comment.