From fe90d5e07ebf3ba99d288c5e608de5939965693d Mon Sep 17 00:00:00 2001 From: JJ Allaire Date: Sun, 29 Jul 2012 11:03:02 -0700 Subject: [PATCH] getting started -> Installing Shiny --- _includes/tutorial/welcome.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/tutorial/welcome.md b/_includes/tutorial/welcome.md index 3601ef2f7..a6c6bb2a6 100644 --- a/_includes/tutorial/welcome.md +++ b/_includes/tutorial/welcome.md @@ -17,7 +17,7 @@ Shiny is a new package from RStudio that makes it incredibly easy to build inter * Uses a [reactive](http://en.wikipedia.org/wiki/Reactive_programming) programming model that eliminates messy event handling code, so you can focus on the code that really matters. * Develop and redistribute your own Shiny widgets that other developers can easily drop into their own applications (coming soon!). -### Getting Started +### Getting Shiny If you've already got the Shiny package installed, you're ready to go. If you don't have Shiny yet, you'll need to: