Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
juba committed Jul 11, 2014
1 parent 92b0832 commit 1b02ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ You can render your document into HTML directly from within R with the
`render()` function from the `rmarkdown` package :

library(rmarkdown)
render('mydoc.Rmd)
render("mydoc.Rmd")

### Rendering with the Makefile

Expand Down

0 comments on commit 1b02ca0

Please sign in to comment.