README.markdown in forms-spec-0.1.1 vs README.markdown in forms-spec-0.1.2
- old
+ new
@@ -24,11 +24,11 @@
* code-spec
## Usage
-Use the method \#erb_code to extract only the ERB code from a view.
+Use the method 'erb_code' to extract only the ERB code from a view.
You want to ignore all the static in the view!
<pre>
require 'forms-spec'
@@ -54,18 +54,18 @@
## TODO
* Add support for HAML template language
* Create more comprehensive test suite
-== Note on Patches/Pull Requests
+## Note on Patches/Pull Requests
* Fork the project.
* Make your feature addition or bug fix.
* Add tests for it. This is important so I don't break it in a
future version unintentionally.
* Commit, do not mess with rakefile, version, or history.
(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
Copyright (c) 2010 Kristian Mandrup. See LICENSE for details.