Skip to content

Commit

Permalink
docs: simplify installation section
Browse files Browse the repository at this point in the history
  • Loading branch information
daattali committed May 29, 2021
1 parent 6e0eb5a commit a15c95c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,19 +120,12 @@ shinyApp(ui, server)

<h2 id="install">Installation</h2>

To install the stable CRAN version:
To install the latest version from CRAN:

```
install.packages("shinyalert")
```

To install the latest development version from GitHub:

```
install.packages("remotes")
remotes::install_github("daattali/shinyalert")
```

<h2 id="input-modals">Simple input modals</h2>

Usually the purpose of a modal is simply informative, to show some information to the user. However, the modal can also be used to retrieve an input from the user by setting the `type = "input"` parameter.
Expand Down

0 comments on commit a15c95c

Please sign in to comment.