Merge pull request #74 from philippbosch/patch-1

Fix version number in installation instructions
master
Karl Freeman 2014-08-19 15:50:33 +01:00
commit b84f69f54a
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ Deploy your [Middleman](http://middlemanapp.com/) build via **rsync**, **ftp**,
## Installation
```ruby
gem 'middleman-deploy', '~> 3.0'
gem 'middleman-deploy', '~> 0.3.0'
```
## Usage