README.md in roy-rails-0.0.1 vs README.md in roy-rails-0.0.2
- old
+ new
@@ -1,3 +1,17 @@
Package Roy as an alternate JS engine in the Rails Asset Pipeline.
+## Basic Usage
+- Include `roy-rails` in the Gemfile for your rails project.
+- Place Roy source files under `app/assets/javascripts` with an extension of `.roy`
+- Enjoy!
+Generating Roy code with scaffolding also works.
+
+## Coming Soon
+
+Demo Rails application that uses Roy.
+
+
+### TODO
+- create sample rails project to test out using Roy.
+- add target to ruby-roy to update the JS version of Roy