README.md in cookbook-reader-0.1.1 vs README.md in cookbook-reader-0.1.2
- old
+ new
@@ -2,6 +2,17 @@
cookbook-reader
===============
-A gem for reading a cookbook, for learning Ruby only
+A gem for reading a cookbooks metadata, created for learning Ruby.
+Currently displays all of the dependancies of all cookbooks in the path.
+
+Installation:
+
+`gem install cookbook-reader`
+
+Usage:
+
+cookbook-reader --path <path to cookbook directory>
+
+