Skip to content

Commit 2b45311

Browse files
committed
Fix typo
1 parent 36dcddd commit 2b45311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
Generate a slug just like GitHub does for markdown headings. It also ensures slugs are unique in the same way GitHub does it. The overall goal of this package is to emulate the way GitHub handles generating markdown heading anchors as close as possible.
1212

13-
This project is not a Markdown or HTML parser: passing `alpha *bravo* charlie`
13+
This project is not a markdown or HTML parser: passing `alpha *bravo* charlie`
1414
or `alpha <em>bravo</em> charlie` doesn’t work.
1515
Instead pass the plain text value of the heading: `alpha bravo charlie`.
1616

0 commit comments

Comments
 (0)