Fix readme formatting
This commit is contained in:
parent
5b1fd64708
commit
0a92cbfa4d
1 changed files with 2 additions and 1 deletions
|
|
@ -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`:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue