README.markdown in guard-yard-2.1.4 vs README.markdown in guard-yard-2.2.0

- old
+ new

@@ -34,11 +34,13 @@ ... end Available options: + :server => true # Disable/Enable server :port => '8808' # Port on which the server shoud run. + :host => 'localhost' # Host to which the server should bind. :stdout => 'yard.log' # File in which to log the yard server output. :stderr => '/dev/null' # File in which to log the yard server errors. :cli => '--plugin rest' # Additional command line options to be appended to the server command. ## Clean-Slate Documentation @@ -51,5 +53,7 @@ ## Troubleshooting If you are running into issues, try re-creating your documentation using `rm -rf .yardoc && yard doc`. Once this operation is complete, restart guard. If you are still having problems, open a new issue in the GitHub issue tracker for this project. + +## Build Status [![Build Status](https://secure.travis-ci.org/panthomakos/guard-yard.png?branch=master)](http://travis-ci.org/panthomakos/guard-yard)