Skip to content

Commit d2394cd

Browse files
authored
Update README.md
Minor grammar fix.
1 parent 2d7c085 commit d2394cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Rust port of popular [markdown-it.js](https://github.com/markdown-it/markdown-it) library.
1010

1111
TL;DR:
12-
- if you want to get result *fast*, use [pulldown-cmark](https://github.com/raphlinus/pulldown-cmark)
12+
- if you want to get results *fast*, use [pulldown-cmark](https://github.com/raphlinus/pulldown-cmark)
1313
- if you want to render GFM exactly like github, use [comrak](https://github.com/kivikakk/comrak)
1414
- if you want to define your own syntax (like `@mentions`, `:emoji:`, custom html classes), use this library
1515

0 commit comments

Comments
 (0)