Skip to content

Commit 9115126

Browse files
committed
Update readme
1 parent 709cdb9 commit 9115126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* This sample contains the completed program from the tutorial, make sure to visit the link: [Using Flask in Visual Studio Code](https://code.visualstudio.com/docs/python/tutorial-flask). Intermediate steps are not included.
44
* It also contains the Dockerfile and uwsgi.ini files necessary to build a container with a production server. The resulting image works both locally and when deployed to Azure App Service. See [Deploy Python using Docker containers](https://code.visualstudio.com/docs/python/tutorial-deploy-containers).
55
* To run the app:
6-
1. Run the command `cd hello_app`, which is the folder that contains the Flask app.
6+
1. Run the command `cd hello_app`, to change into the folder that contains the Flask app.
77
1. Run the command `set FLASK_APP=webapp` (Windows cmd) or `FLASK_APP=webapp` (macOS/Linux) to point to the app module.
88
1. Start the Flask server with `flask run`.
99

0 commit comments

Comments
 (0)