Skip to content

Commit

Permalink
nitpick
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroegsilva committed Aug 30, 2021
1 parent 860c64e commit 3a34c01
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 @@ -28,7 +28,7 @@ PS: The INORD operator and Regex are not yet supported on this version.
There are 2 libraries on this repository, the DSL and the Finder.

### Finder
First you need to create the Finder. The Finder needs a `SubstringEngine` (interface found at /finder/substringEngine.go)
First you need to create the Finder. The Finder needs a `SubstringEngine` (interface can be found at `/finder/substringEngine.go`)
and if the search will be case sensitive or not.
there are 3 implementations of `SubstringEngine` that uses the libraries from
https://github.com/cloudflare/ahocorasick,
Expand Down

0 comments on commit 3a34c01

Please sign in to comment.