Skip to content

Commit 8bdc464

Browse files
committed
It's -> its
1 parent 52029fe commit 8bdc464

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
### Overview
32

43
The **rmarkdown** package is a next generation implementation of R Markdown based on [pandoc](http://johnmacfarlane.net/pandoc/). This implementation brings many enhancements to R Markdown, including:
@@ -14,7 +13,7 @@ Note that creating PDF and Beamer output requires that LaTeX be installed.
1413

1514
### Installation
1615

17-
To install the package and it's dependencies:
16+
To install the package and its dependencies:
1817

1918
```
2019
devtools::install_github("rmarkdown", "rstudio")
@@ -49,7 +48,7 @@ For newer Linux systems it's possible to build a standalone version of pandoc v1
4948

5049
[https://github.com/rstudio/rmarkdown/blob/master/tools/build-pandoc-standalone-debian.sh](https://github.com/rstudio/rmarkdown/blob/master/tools/build-pandoc-standalone-debian.sh)
5150

52-
This is the script RStudio uses to create it's bundled version of pandoc for Debian.
51+
This is the script RStudio uses to create its bundled version of pandoc for Debian.
5352

5453
You can also make pandoc available to the system by soft-linking the binaries included with RStudio:
5554

0 commit comments

Comments
 (0)