Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaeguard committed Oct 13, 2023
1 parent b7cd37f commit 460d7fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

A very simple regex engine written in go. This library is experimental, use it at your own risk!

read the [article](https://rhaeguard.github.io/posts/regex).

### to add the dependency:

```shell
Expand Down Expand Up @@ -60,4 +62,4 @@ if results.Matches {
- numeric groups `\n` only support single digit references, so `\10` will be interpreted as the first capture group followed by a literal `0`

## credits
- [Alice in Wonderland, Lewis Carroll, Project Guttenberg](https://www.gutenberg.org/ebooks/11)
- [Alice in Wonderland, Lewis Carroll, Project Guttenberg](https://www.gutenberg.org/ebooks/11)

0 comments on commit 460d7fd

Please sign in to comment.