Skip to content

Commit b7f83dd

Browse files
committed
Minor vignette edit
1 parent ed5b725 commit b7f83dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/intro_htmlwidgets.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ This should open up the `sparklines()` widget in your browser. If it does, congr
241241

242242
### Shiny integration
243243

244-
The scaffolding template already provides the glue you need to get your **reactR** widget to render in **shiny**. The two relevant functions are `renderSparklines()` and `sparklinesOutput()`. You shouldn't need to modify these functions -- they should work out of the box. You will, however, want to modify the example **shiny** app in the `app.R` file:
244+
The scaffolding template already provides the glue you need to get your **reactR** widget to render in **shiny**. The two relevant functions are `renderSparklines()` and `sparklinesOutput()`. You shouldn't need to modify these functions they should work out of the box. You will, however, want to modify the example **shiny** app in the `app.R` file:
245245

246246
```{r}
247247
library(shiny)

0 commit comments

Comments
 (0)