Skip to content

Commit cf3eb5b

Browse files
authored
Merge pull request #1 from render-examples/anurag-patch-1
Update README.md
2 parents 4ce4902 + 16ddc68 commit cf3eb5b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
# README
22

3-
This is the [Flask](http://flask.pocoo.org/) [quickstart example](http://flask.pocoo.org/docs/1.0/quickstart/#a-minimal-application) example for [Render](https://render.com).
3+
This is the [Flask](http://flask.pocoo.org/) [quick start](http://flask.pocoo.org/docs/1.0/quickstart/#a-minimal-application) example for [Render](https://render.com).
44

55
The app in this repo is deployed at [https://flask.app.render.com](https://flask.app.render.com).
66

77
## Deployment
8-
Create a new web service in Render with your version of this repo and the following values:
9-
* Build Command: `pip install -r requirements.txt`
10-
* Start Command: `gunicorn app:app`
118

12-
That's it! Your web service will be live on your Render URL as soon as the build finishes.
9+
Follow the guide at https://render.com/docs/deploy-flask.

0 commit comments

Comments
 (0)