diff --git a/README.md b/README.md index 47f7c94..94d4b0a 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ library(ecomAnalytics) The shiny app can be started e.g. by running the following command: ``` -shiny::runApp('inst/app') +shiny::runApp(system.file("app", package = "ecomAnalytics")) ```