Merge pull request #20 from ivanfilippov/readme_fix

Fix 'config_template.py' copy snippet in README.
This commit is contained in:
Khanh Ngo 2016-04-14 00:13:03 +07:00
commit 02c715ed08

View File

@ -49,7 +49,7 @@ $ source ./flask/bin/activate
Web application configuration is stored in `config.py` file. Let's clone it from `config_template.py` file and then edit it
```
(flask)$ copy config_template.py config.py
(flask)$ cp config_template.py config.py
(flask)$ vim config.py
```