Skip to content

Commit fe8e8cf

Browse files
committed
Fix broken Markdown headings
1 parent 6cfe719 commit fe8e8cf

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
@@ -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)