Skip to content

Commit 573c532

Browse files
authored
Fix typo in readme
1 parent 3ddf834 commit 573c532

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)