diff --git a/README.md b/README.md
index 6997953..b463dfe 100644
--- a/README.md
+++ b/README.md
@@ -31,6 +31,12 @@ Attributes
The Git repository to clone the daemon from. |
https://github.com/greggoryhz/Watcher.git |
+
+ ['watcher']['branch'] |
+ String |
+ The branch or commit to checkout and use. |
+ master |
+
['watcher']['install_path'] |
String |
@@ -89,7 +95,7 @@ Contributing
1. Fork the repository on Github
2. Create a named feature branch (like `add_component_x`)
-3. Write you change
+3. Write your change
4. Write tests for your change (if applicable)
5. Run the tests, ensuring they all pass
6. Submit a Pull Request using Github