Some README improvements.

master
Daniel Bayerlein 2013-01-13 20:04:21 +01:00
parent 73258f3c5c
commit 586f70c571
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
Middleman Delpoy -- Deploy a [middleman](http://middlemanapp.com/) built site over rsync or via git (e.g. gh-pages on github).
Middleman Delpoy - Deploy a [middleman](http://middlemanapp.com/) built site over rsync, git (e.g. gh-pages on github) or via ftp.
[![Build Status](https://secure.travis-ci.org/tvaughan/middleman-deploy.png)](http://travis-ci.org/tvaughan/middleman-deploy)
@ -19,7 +19,7 @@ Middleman Delpoy -- Deploy a [middleman](http://middlemanapp.com/) built site ov
Edit `Gemfile`, and add:
gem "middleman-deploy", "~>0.0.1"
gem "middleman-deploy", "~> 0.0.9"
Then run: