From 9ca36171ad9db19611a91f1b3f85fcd5fe4912e9 Mon Sep 17 00:00:00 2001 From: JJ Allaire Date: Sun, 29 Jul 2012 10:52:08 -0700 Subject: [PATCH] small tweak to first readme bullet --- _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 407cc2d1d..3601ef2f7 100644 --- a/_includes/tutorial/welcome.md +++ b/_includes/tutorial/welcome.md @@ -6,7 +6,7 @@ Shiny is a new package from RStudio that makes it incredibly easy to build inter ### Features -* Build useful applications with only a few lines of code--no JavaScript required. +* Build useful web applications with only a few lines of code—no JavaScript required. * Shiny applications are automatically "live" in the same way that spreadsheets are live. Outputs change instantly as users modify inputs, without requiring a reload of the browser. * Shiny user interfaces can be built entirely using R, or can be written directly in HTML, CSS, and JavaScript for more flexibility. * Works in any R environment (Console R, Rgui for Windows or Mac, ESS, StatET, RStudio, etc.)