Use correct Gemfile group in README

This commit is contained in:
Kai Schlichting
2015-08-04 11:23:17 +02:00
committed by Kai Schlichting
parent 1ac8d2f9c4
commit eeb75048ba
+1 -1
View File
@@ -39,7 +39,7 @@ to the `development` group of your Gemfile with `require: false`:
```ruby
# Gemfile
group :deployment do
group :development do
gem 'capistrano-deploytags', '~> 1.0.0', require: false
end
```