Skip to content

Commit 015bcde

Browse files
committedApr 18, 2017
Fix broken Markdown headings
1 parent 3429a58 commit 015bcde

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#CHANGELOG
1+
# CHANGELOG
22
----------------
33

44
## 0.1.0 (09.24.2105) estelle.github.io

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ Handles these test cases:
179179

180180
## Exceptions
181181

182-
####Complex Regular Expressions
182+
#### Complex Regular Expressions
183183
If the digits allowed by your regular expression are constrained or complicated, such as months only allowing 01-12, include a made up `data-valid-example` attribute that takes as its value a **valid** value that would match the pattern.
184184

185185
```html

0 commit comments

Comments
 (0)
Please sign in to comment.