From 4fed712ae4000e2079b264c853824c9e8e78465e Mon Sep 17 00:00:00 2001 From: seenmyfate Date: Fri, 22 Mar 2013 16:34:31 +0000 Subject: [PATCH] correct example to install gem --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf939adc..6634e711 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ TODO: Add this line to your application's Gemfile: - gem 'capistrano' github: 'capistrano/capistrano', branch: :v3 + gem 'capistrano', github: 'capistrano/capistrano', branch: :v3 And then execute: