<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -18,14 +18,32 @@ H2O is markup language for Ruby :) that taken a lot of inspiration from django.
  Install
  
  `gem install speedmax-h2o --source=http://gems.github.com`
+
+ as Rails Gem dependencies
+
+ `config.gem 'speedmax-h2o', :lib =&gt; 'h2o', :source=&gt; 'http://gems.github.com'`
+
+ as Rails Plugin
+
+ `script/plugin install git://github.com/speedmax/h2o.git`
+
+ With Git
+
+ `git clone http://github.com/speedmax/h2o.git`
  
  Download
 
  [&lt;img src=&quot;http://github.com/images/modules/download/zip.png&quot;&gt;](http://github.com/speedmax/h2o/zipball/master)
 
- With Git
 
- `git clone http://github.com/speedmax/h2o.git`
+Quick start
+-----------------------
+
+Your ruby script
+
+    require 'h2o'
+    person = { :name =&gt; 'taylor luk', :age =&gt; 27 }
+    puts H2o::template.parse('{{ person.name }}').render(:person =&gt; person)
 
 
 Documentation</diff>
      <filename>README.md</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5a6bb1842d9df9ff1073a25153fb103754ac4103</id>
    </parent>
  </parents>
  <author>
    <name>speedmax</name>
    <email>subjective@gmail.com</email>
  </author>
  <url>http://github.com/speedmax/h2o/commit/70663667d294e92506d0958a38c6bc67470a191a</url>
  <id>70663667d294e92506d0958a38c6bc67470a191a</id>
  <committed-date>2009-05-09T00:41:40-07:00</committed-date>
  <authored-date>2009-05-09T00:41:40-07:00</authored-date>
  <message>some example in readme</message>
  <tree>ca20476d6043203e717c43e2ac11b7d29f04c8bc</tree>
  <committer>
    <name>speedmax</name>
    <email>subjective@gmail.com</email>
  </committer>
</commit>
