Skip to content

Commit a6d6927

Browse files
authored
Merge pull request #6 from hadley/patch-1
Fix typo in readme
2 parents 3ddf834 + 573c532 commit a6d6927

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
@@ -32,7 +32,7 @@ library(commonmark)
3232
# Get some markdown data
3333
md <- readLines(curl::curl("https://raw.githubusercontent.com/yihui/knitr/master/NEWS.md"))
3434

35-
# Convert it into formats formats
35+
# Convert it into different formats
3636
html <- markdown_html(md)
3737
xml <- markdown_xml(md)
3838
man <- markdown_man(md)

0 commit comments

Comments
 (0)