karlfreeman / middleman-deploy

Deploy a middleman built site over rsync, ftp, stfp, or git (e.g. gh-pages on github).
MIT License
554 stars 124 forks source link

Fixing example configuration to use correct deploy method #108

Open pdxmph opened 8 years ago

pdxmph commented 8 years ago

README.md specified the deploy_method method in config.rb when the proper method is method.

This commit changes instances of deploy_method to method.