From df12c92252c7b03e6ba4480f677f8c17b7f84f4a Mon Sep 17 00:00:00 2001 From: Hnat Kubov Date: Sun, 5 Oct 2014 11:42:49 +0300 Subject: [PATCH] Update nginx_config task call example in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 159cba2..4864f26 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ And then execute: then you can use ```cap -vT``` to list tasks ``` -cap nginx:config # upload a nginx site config(eg. /etc/nginx/site-enabled/) +cap puma:nginx_config # upload a nginx site config(eg. /etc/nginx/site-enabled/) cap puma:config # upload puma config(eg. shared/puma.config) ``` you may want to customize these two templates localy before uploading