From 30cd9fa4ff7a5974b9413cd6ecf554f8dcd7bca5 Mon Sep 17 00:00:00 2001 From: "Peter M. Goldstein" Date: Sun, 24 Mar 2013 00:59:08 -0700 Subject: [PATCH] Fix bad link, typos in bundle commands --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e23e4dfa..228b0fbe 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ If you want an easy way to manage multiple scripts at once check [tools/jungle]( ## Capistrano deployment -Puma has included Capistrano [deploy script](https://github.com/plentz/puma/blob/master/lib/puma/capistrano.rb), you just need require that: +Puma has included Capistrano [deploy script](https://github.com/puma/puma/blob/master/lib/puma/capistrano.rb), you just need require that: config/deploy.rb @@ -157,9 +157,9 @@ require 'puma/capistrano' and then ```bash -$ bunde exec cap puma:start -$ bunde exec cap puma:restart -$ bunde exec cap puma:stop +$ bundle exec cap puma:start +$ bundle exec cap puma:restart +$ bundle exec cap puma:stop ```