Skip to content

Commit

Permalink
chore: only basic-app needs "in app directory" instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie committed Aug 27, 2024
1 parent c1564d0 commit 88d4c9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shiny/templates/app/01-basic-app/_template.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"title": "Basic app",
"description": "A basic Shiny app template.",
"next_steps": [
"Run the app with `shiny run app.py`."
"Run the app with `shiny run app.py` from the app directory."
],
"follow_up": [
{
Expand Down
2 changes: 1 addition & 1 deletion shiny/templates/app/04-dashboard-tips/_template.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"title": "Intermediate dashboard",
"description": "An intermediate dashboard with value boxes, several plots in cards and a sidebar.",
"next_steps": [
"Run the app with `shiny run app.py` from the app directory."
"Run the app with `shiny run app.py`."
],
"follow_up": [
{
Expand Down

0 comments on commit 88d4c9f

Please sign in to comment.