From b0690158dd838099fe27afa3b523ede1377135b2 Mon Sep 17 00:00:00 2001 From: Karl Matthias Date: Wed, 4 Apr 2012 10:38:31 +0100 Subject: [PATCH] Get the name right in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06d0d09..87fe0e5 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Usage If you use Bundler, be sure to add the gem to your Gemfile. In your Capistrano `config/deploy.rb` you should add: -`require 'capistrano_deploytags'` +`require 'capistrano-deploytags'` This will create two tasks, one that runs before deployment and one that runs after.