Skip to content

Commit

Permalink
minor typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrus- committed Oct 7, 2018
1 parent 703a331 commit cacd325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ Setting the environment variable `RELIT_DEBUG=true` within the build environment
```reason
open Regex_example;
let regex = Regex_notation.$regex `(a|b*)`;
let regex = Regex_notation.$regex `(a|b|c)`;
let () = print_endline(Regex.show(regex));
```
Expand Down

0 comments on commit cacd325

Please sign in to comment.