Skip to content

Commit

Permalink
doc: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurData committed Jul 31, 2024
1 parent f722876 commit 4f9e5ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4f9e5ca

Please sign in to comment.