From 63abc71f985376d9ad18551f6a4cadd43777829f Mon Sep 17 00:00:00 2001 From: Suraj Shirvankar Date: Thu, 14 May 2015 11:55:09 +0400 Subject: [PATCH] Update readme --- Gemfile | 4 ++-- README.md | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 9e05f9c..7572e12 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ source 'https://rubygems.org' -# Specify your gem's dependencies in capistrano-rvm.gemspec -gemspec \ No newline at end of file +# Specify your gem's dependencies in capistrano-clockwork.gemspec +gemspec diff --git a/README.md b/README.md index b78ce8a..38abe55 100755 --- a/README.md +++ b/README.md @@ -8,10 +8,12 @@ Integrate clockwork gem with capistrano Add this line to your application's Gemfile: + gem 'daemons' gem 'capistrano-clockwork' or: + gem 'daemons' gem 'capistrano-clockwork', group: :development And then execute: