README.md in knife-spork-1.0.8 vs README.md in knife-spork-1.0.9

- old
+ new

@@ -1,8 +1,8 @@ KnifeSpork =========== -KnifeSpork is a workflow plugin for `Chef::Knife` which helps multiple developers work on the same Chef Server and repository without treading on eachother's toes. This plugin was designed around the workflow we have here at Etsy, where several people are working on the Chef repository and Chef Server simultaneously. It contains several functions, documented below: +KnifeSpork is a workflow plugin for `Chef::Knife` which helps multiple developers work on the same Chef Server and repository without treading on each other's toes. This plugin was designed around the workflow we have here at Etsy, where several people are working on the Chef repository and Chef Server simultaneously. It contains several functions, documented below: Installation ------------ ### Gem Install (recommended) `knife-spork` is available on rubygems. Add the following to your `Gemfile`: @@ -75,10 +75,10 @@ The `environment_path` allows you to specify the path to where you store your chef environment json files. If this parameter is not specified, spork will default to using the first element of your cookbook_path, replacing the word "cookbooks" with "environments" #### Plugins Knife spork supports plugins to allow users to hook it into existing systems such as source control, monitoring and chat systems. Plugins are enabled / disabled by adding / removing their config block from the plugin section of the config file. Any of the default plugins shown above can be disabled by removing their section. -For more information on how to develop plugins for spork, please read the plugins/README.md file. +For more information on how to develop plugins for spork, please read the [plugins/README.md](plugins/README.md) file. Spork Info ----------- This function is designed to help you see which plugins you currently have loaded, and the current config Hash which knife spork is using.