From 9124e5d2b19895fe353cf4ee50745595b695d7a5 Mon Sep 17 00:00:00 2001 From: Koen Punt Date: Sat, 30 Jan 2016 17:24:25 +0100 Subject: [PATCH] Update version in snippet --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9213ba6..6655021 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Add this line to your application's Gemfile: ```ruby gem 'capistrano', '~> 3.0.0' -gem 'capistrano-nginx', github: 'koenpunt/capistrano-nginx' +gem 'capistrano-nginx', '~> 1.0.0' ``` And then execute: