Skip to content

Commit 0003de4

Browse files
committed
changing method namein the README file
1 parent 77875e0 commit 0003de4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ You can use *SNAPSHOT* dependency with adding to `pom.xml`:
3434
VerbalExpression testRegex = VerbalExpression.regex()
3535
.startOfLine().then("http").maybe("s")
3636
.then("://")
37-
.maybe("www.").anythingButNot(" ")
37+
.maybe("www.").anythingBut(" ")
3838
.endOfLine()
3939
.build();
4040

0 commit comments

Comments
 (0)