diff --git a/README.md b/README.md index 5397001..a554058 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ VerbalExpressions is a Java library that helps to construct difficult regular ex -##Getting Started +## Getting Started Maven Dependency: @@ -30,7 +30,7 @@ You can use *SNAPSHOT* dependency with adding to `pom.xml`: ``` -##Examples +## Examples ```java VerbalExpression testRegex = VerbalExpression.regex() .startOfLine().then("http").maybe("s")