diff --git a/README.Rmd b/README.Rmd
index d84f21fe..dba7df6f 100644
--- a/README.Rmd
+++ b/README.Rmd
@@ -3,7 +3,7 @@ output:
md_document
---
-# skimr
+# skimr
```{r set-options, echo=FALSE, message=FALSE}
library(pander)
library(knitr)
diff --git a/README.md b/README.md
index 1ccb8cb0..ca243379 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-skimr
-===================================================================
+skimr
+=========================================================================================================================================================
[![Build
Status](https://travis-ci.org/ropensci/skimr.svg?branch=master)](https://travis-ci.org/ropensci/skimr)
@@ -36,7 +36,11 @@ still subject to change if an issue is discovered.
To install the version with the most recent changes that have not yet
been incorporated in the master branch (and may not be):
- devtools::install_github("ropenscilabs/skimr", ref = "develop")
+ devtools::install_github("ropensci/skimr", ref = "develop")
+
+or for version 2
+
+ devtools::install_github("ropensci/skimr", ref = "v-2")
Do not rely on APIs from the develop branch.
@@ -55,9 +59,9 @@ Skim statistics in the console
- reports each data type separately.
- handles dates, logicals, and a variety of other types
- supports spark-bar and spark-line based on [the pillar
- package](https://github.com/hadley/pillar).
-- allows users to customize the statistics included by data type and
- to implement skimming for additional classes.
+ package](https://github.com/r-lib/pillar). allows users to customize
+ the statistics included by data type and to implement skimming for
+ additional classes.
- works with many Tidyverse features.
### Separates variables by class: