diff --git a/README.md b/README.md index 2010559..ad47c71 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,12 @@ shinyApp(ui, server) # Installation +`shinyRatings` is available on CRAN and can be installed using - + +``` +install.packages("shinyRatings") +``` + To install the package from GitHub, you can use - ```