README.textile in spinebox-0.0.13 vs README.textile in spinebox-0.0.14
- old
+ new
@@ -12,9 +12,15 @@
bc.. $ gem install spinebox
h3. Usage
+Create your javascript app or HTML files just as you're used to it.
+
+In the HTML files you can use partials just like in rails:
+
+bc.. render :partial => "navigation.html"
+
h4. Create new project
bc.. # Create new project an start developing
$ spinebox new blog
$ cd blog