From f9c0141f9ccca62e1943d1cf8fdf2ac64e3b0caf Mon Sep 17 00:00:00 2001 From: Ivan Filippov Date: Wed, 13 Apr 2016 10:11:10 -0600 Subject: [PATCH] Fix 'config_template.py' copy snippet in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aeeb307..f7a15a5 100644 --- a/README.md +++ b/README.md @@ -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 ```