diff --git a/README.Rmd b/README.Rmd
index 374a543d..212a669c 100644
--- a/README.Rmd
+++ b/README.Rmd
@@ -32,7 +32,7 @@ You can install xml2 from CRAN,
install.packages("xml2")
```
-or you can install the development version from github, using `devtools`:
+or you can install the development version from github, using `pak`:
```r
# install.packages("pak")
@@ -42,7 +42,7 @@ pak::pak("r-lib/xml2")
## Usage
```r
-library("xml2")
+library(xml2)
x <- read_xml(" text ")
x
diff --git a/README.md b/README.md
index e65adf36..e2a4c5c8 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ install.packages("xml2")
```
or you can install the development version from github, using
-`devtools`:
+`pak`:
``` r
# install.packages("pak")
@@ -36,7 +36,7 @@ pak::pak("r-lib/xml2")
## Usage
``` r
-library("xml2")
+library(xml2)
x <- read_xml(" text ")
x