From 48f0b9abc22e3138de044ed448e4fad8092b9fe6 Mon Sep 17 00:00:00 2001 From: Kevin Collignon Date: Thu, 12 Mar 2015 15:47:22 -0700 Subject: [PATCH] Update README.md Fixed typo in puma README. The external capistrano-puma gem requires the phased restart task to be invoked with `bundle exec cap puma:phased-restart` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 962287ce09..b05aa7cca3 100644 --- a/README.md +++ b/README.md @@ -234,7 +234,7 @@ and then $ bundle exec cap puma:start $ bundle exec cap puma:restart $ bundle exec cap puma:stop -$ bundle exec cap puma:phased_restart +$ bundle exec cap puma:phased-restart ``` ## Contributing