Skip to content

Commit

Permalink
Merge pull request #57 from bryant1410/master
Browse files Browse the repository at this point in the history
Fix broken headings in Markdown files
  • Loading branch information
mihai-vlc committed Apr 16, 2017
2 parents 6cfe719 + fe8e8cf commit f311b15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ VerbalExpressions is a Java library that helps to construct difficult regular ex



##Getting Started
## Getting Started

Maven Dependency:

Expand All @@ -30,7 +30,7 @@ You can use *SNAPSHOT* dependency with adding to `pom.xml`:
</repositories>
```

##Examples
## Examples
```java
VerbalExpression testRegex = VerbalExpression.regex()
.startOfLine().then("http").maybe("s")
Expand Down

0 comments on commit f311b15

Please sign in to comment.