README.md in middleman-deploy-0.0.2 vs README.md in middleman-deploy-0.0.3

- old
+ new

@@ -29,10 +29,10 @@ ### Step 4 #### These settings are required. -Edit `config.ru`, and add: +Edit `config.rb`, and add: activate :deploy do |deploy| deploy.user = "tvaughan" deploy.host = "www.example.com" deploy.path = "/srv/www/site"