Skip to content

Commit 4ce4902

Browse files
authored
Update README.md
1 parent f172983 commit 4ce4902

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@ This is the [Flask](http://flask.pocoo.org/) [quickstart example](http://flask.p
55
The app in this repo is deployed at [https://flask.app.render.com](https://flask.app.render.com).
66

77
## Deployment
8-
1. Create a new Render project using your version of this repo.
9-
10-
2. Create a new web service in the project with the following values:
11-
* Build Command: `pip install -r requirements.txt`
12-
* Start Command: `gunicorn app:app`
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`
1311

1412
That's it! Your web service will be live on your Render URL as soon as the build finishes.

0 commit comments

Comments
 (0)