Skip to content

Commit 602658d

Browse files
committed
Update README.md
1 parent 71357e5 commit 602658d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ VerbalExpression testRegex = new VerbalExpression.Builder()
1212
.maybe("s")
1313
.then("://")
1414
.maybe("www.")
15-
.anythingBut(" ")
15+
.anythingButNot(" ")
1616
.endOfLine()
1717
.build();
1818

@@ -51,4 +51,4 @@ You can view all implementations on [VerbalExpressions.github.io](http://VerbalE
5151
- [Ruby](https://github.com/ryan-endacott/verbal_expressions)
5252
- [Groovy](https://github.com/VerbalExpressions/GroovyVerbalExpressions)
5353
- [Haskell](https://github.com/VerbalExpressions/HaskellVerbalExpressions)
54-
- [C++](https://github.com/VerbalExpressions/CppVerbalExpressions)
54+
- [C++](https://github.com/VerbalExpressions/CppVerbalExpressions)

0 commit comments

Comments
 (0)