Fix readme formatting

This commit is contained in:
Ben Firshman 2014-01-02 20:11:59 +00:00
parent 5b1fd64708
commit 0a92cbfa4d
1 changed files with 2 additions and 1 deletions

View File

@ -76,7 +76,8 @@ def hello():
return 'Hello World! I have been seen %s times.' % redis.get('hits')
if __name__ == "__main__":
app.run(host="0.0.0.0", debug=True)```
app.run(host="0.0.0.0", debug=True)
```
We define our Python dependencies in a file called `requirements.txt`: