<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>lib/fiveruns/dash/sinatra.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -12,9 +12,15 @@ This library is released as a gem from the official repository at http://github.
 
 == Usage
 
-First you'll need a token for your Sinatra application. Create a new Ruby app in Dash and then copy the token. Now, in your configure block, start up Dash:
+First you'll need a token for your Sinatra application. Create a new Ruby app in Dash (http://dash.fiveruns.com) and copy the token. 
 
-  Fiveruns::Dash::Sinatra.start('some_dash_token')
+Make sure you require the Dash Sinatra recipe:
+
+  require 'fiveruns/dash/sinatra'
+
+Now, in your configure block, start up Dash:
+
+  Fiveruns::Dash::Sinatra.start('the-dash-token-you-copied')
   
 Fire up your Sinatra app; you should see it send some environmental information to Dash. Periodically, a background thread will upload your metrics to Dash.
 </diff>
      <filename>README.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
 --- 
 :major: 0
 :minor: 7
-:patch: 4
+:patch: 5</diff>
      <filename>version.yml</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>lib/fiveruns_dash_sinatra.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>4d85d0bbbfccdf553ab296675de0b03ad3f5a5cd</id>
    </parent>
  </parents>
  <author>
    <name>Bruce Williams</name>
    <email>bruce@codefluency.com</email>
  </author>
  <url>http://github.com/fiveruns/dash-sinatra/commit/64341135a6935222a245c2ba206f2bcd76299dde</url>
  <id>64341135a6935222a245c2ba206f2bcd76299dde</id>
  <committed-date>2009-01-30T19:06:32-08:00</committed-date>
  <authored-date>2009-01-30T19:06:32-08:00</authored-date>
  <message>Move to canonical path
Tweak docs
Add sinatra recipe first so it ends up filling the default box
Increment version for gem</message>
  <tree>a580e8ff06591fb5810c765b7cc96e757e30243d</tree>
  <committer>
    <name>Bruce Williams</name>
    <email>bruce@codefluency.com</email>
  </committer>
</commit>
