README.md in pretty_face-0.1 vs README.md in pretty_face-0.2
- old
+ new
@@ -1,9 +1,15 @@
# pretty_face
-HTML report for cucumber and rspec. You can customzie the report by editing an erb file.
+HTML report for cucumber and rspec. You can customize the report by editing an erb file.
+The current release is very basic but you can expect a lot more over the next month or so. If you wish to use this formatter you can simply add the following to your command-line or cucumber.yml profile:
+
+ --format PrettyFace::Formatter::Html --out index.html
+
+
+
## Known Issues
See [http://github.com/cheezy/pretty_face/issues](http://github.com/cheezy/pretty_face/issues)
## Contribute
@@ -16,6 +22,6 @@
(if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
* Send me a pull request. Bonus points for topic branches.
## Copyright
-Copyright (c) 2012 Jeffrey S. Morgan. See LICENSE for details.
+Copyright (c) 2012-2013 Jeffrey S. Morgan. See LICENSE for details.