Skip to content

Commit

Permalink
update description
Browse files Browse the repository at this point in the history
  • Loading branch information
shahronak47 committed Jul 11, 2023
1 parent e15e930 commit 6572c67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
Package: shinyRatings
Title: An Intuitive Way of Providing Star Rating on a Shiny App
Title: An Intuitive Way of Providing Star Rating in a Shiny App
Version: 0.1.0
Authors@R: person("Ronak", "Shah", , "[email protected]", role = c("aut", "cre"))
Description: An intuitive way of providing star rating on a shiny app.
Description: A simple interface to integrate star ratings into your Shiny apps.
It can be used for customer feedback systems, user reviews, or any application that requires user ratings.
shinyRatings offers a straightforward and customizable solution that enhances user engagement and facilitates valuable feedback collection.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ shinyApp(ui, server)

# Installation

To install the package you can use -
To install the package from GitHub, you can use -

```
devtools::install_github('shahronak47/shinyRatings')
Expand Down

0 comments on commit 6572c67

Please sign in to comment.