Skip to content

Commit f311b15

Browse files
authored
Merge pull request #57 from bryant1410/master
Fix broken headings in Markdown files
2 parents 6cfe719 + fe8e8cf commit f311b15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ VerbalExpressions is a Java library that helps to construct difficult regular ex
88

99

1010

11-
##Getting Started
11+
## Getting Started
1212

1313
Maven Dependency:
1414

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

33-
##Examples
33+
## Examples
3434
```java
3535
VerbalExpression testRegex = VerbalExpression.regex()
3636
.startOfLine().then("http").maybe("s")

0 commit comments

Comments
 (0)