cpsievert commited on
Commit
b7a90bd
1 Parent(s): 428afbe

Update shiny create command

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -14,7 +14,7 @@ This is a templated Space for [Shiny for Python](https://shiny.rstudio.com/py/).
14
  To get started with a new app do the following:
15
 
16
  1) Install Shiny with `pip install shiny`
17
- 2) Create a new app with `shiny create .`
18
  3) Then run the app with `shiny run --reload`
19
 
20
  To learn more about this framework please see the [Documentation](https://shiny.rstudio.com/py/docs/overview.html).
 
14
  To get started with a new app do the following:
15
 
16
  1) Install Shiny with `pip install shiny`
17
+ 2) Create a new app with `shiny create`
18
  3) Then run the app with `shiny run --reload`
19
 
20
  To learn more about this framework please see the [Documentation](https://shiny.rstudio.com/py/docs/overview.html).