From 9a3fb8892a0d3b57b9168a8094d7470fb8cc8bf7 Mon Sep 17 00:00:00 2001 From: Jonah Gabry Date: Tue, 11 Aug 2015 00:42:44 -0400 Subject: [PATCH] Update README.md [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dddd0b28..a548d89f 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ via the shinystan R package. [Try the online demo.](https://jgabry.shinyapps.io/ * Install from GitHub (requires [devtools](https://github.com/hadley/devtools) package): - `devtools::install_github("stan-dev/shinystan@develop", build_vignettes = TRUE)` + `devtools::install_github("stan-dev/shinystan", build_vignettes = TRUE)` To take advantage of all the features in the shinystan package, it is also recommended to install the [shinyapps](https://github.com/rstudio/shinyapps)