From abf28e1c762f40a0dae77290609dd12194f0d5f5 Mon Sep 17 00:00:00 2001 From: Uche Nkadi Date: Wed, 26 Aug 2020 14:33:07 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d07d6d8ed..319b556d1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Python/Flask tutorial sample for Visual Studio Code +# Python/Flask Tutorial for Visual Studio Code * 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. * 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).