README.rdoc in noodall-form-builder-0.4.2 vs README.rdoc in noodall-form-builder-0.5.0
- old
+ new
@@ -1,3 +1,24 @@
-= Noodall-form-builder
+= Noodall Form Builder
-This project rocks and uses MIT-LICENSE.
\ No newline at end of file
+Form building for Noodall
+
+== Getting Started
+
+Add to Gemfile
+
+ gem 'noodall-form-builder'
+
+Install the gem
+
+ bundle install
+
+Add the Form Builder routes to config/routes.rb
+
+ require 'noodall/form_builder/routes'
+ Noodall::FormBuilder::Routes.draw <AppNameConstantGoesHere>::Application
+
+Add ContactForm to required slots in config/initializers/noodall.rb
+
+ Noodall::Node.slot :large, ContactForm
+
+This project rocks and uses MIT-LICENSE.