diff --git a/README.Rmd b/README.Rmd index f7ba591..4b36312 100644 --- a/README.Rmd +++ b/README.Rmd @@ -62,7 +62,7 @@ ui <- fluidRow( ) ``` -Then, in you server, call the `sendConfetti()` function whatever you want. +Then, in you server, call the `sendConfetti()` or `sendfireworks()` function whatever you want. Here, every time an `actionButton` is clicked, the according `observeEvent` is launch and send confetti. diff --git a/README.md b/README.md index f64918c..d16b2b2 100644 --- a/README.md +++ b/README.md @@ -57,8 +57,8 @@ ui <- fluidRow( ) ``` -Then, in you server, call the `sendConfetti()` function whatever you -want. +Then, in you server, call the `sendConfetti()` or `sendfireworks()` +function whatever you want. Here, every time an `actionButton` is clicked, the according `observeEvent` is launch and send confetti.