Update README.md

Reverted 0.6.0 to 0.4.0.
This commit is contained in:
Dave Jarvis 2019-11-21 07:55:24 -08:00 committed by GitHub
parent 0703e4b1ea
commit 285db9c7aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ Include this dependency in your POM. Be sure to check for the latest version in
<dependency>
<groupId>org.ahocorasick</groupId>
<artifactId>ahocorasick</artifactId>
<version>0.6.0</version>
<version>0.4.0</version>
</dependency>
```