diff --git a/README.Rmd b/README.Rmd index 869aebd..cb4efae 100644 --- a/README.Rmd +++ b/README.Rmd @@ -24,7 +24,14 @@ I've largely utilized the same approach as [Kyle Gorman's python implementation] ## Installation -You can install syllabify from github with: +`syllabifyr` is now on Cran + +```{r cran-install, eval = F} +install.packages("syllabifyr") +``` + + +You can also install `syllabifyr` from github with: ```{r gh-installation, eval = FALSE} # install.packages("devtools") diff --git a/README.md b/README.md index fedaa74..411b91b 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,13 @@ I've largely utilized the same approach as [Kyle Gorman's python implementation] Installation ------------ -You can install syllabify from github with: +`syllabifyr` is now on Cran + +``` r +install.packages("syllabifyr") +``` + +You can also install `syllabifyr` from github with: ``` r # install.packages("devtools")