Skip to content

Commit

Permalink
cleaning it up
Browse files Browse the repository at this point in the history
  • Loading branch information
progrium committed Aug 29, 2009
1 parent 891b881 commit b9e182c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions views/index.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
</p>
<h3>Examples</h3>
<ul>
<li><a href="/utc/now">"/utc/now" &rarr; Current UTC time</a></li>
<li><a href="/pdt/in+two+hours">"/pdt/in+two+hours" &rarr; Time two hours from now in PDT</a></li>
<li><a href="/pdt/next+monday">"/pdt/next+monday" &rarr; Datetime for next Monday in PDT</a></li>
<li><a href="/pdt/friday+at+noon">"/pdt/friday+at+noon" &rarr; Datetime for this Friday at noon in PDT ("friday noon" works too)</a></li>
<li><a href="/pdt/7+hours+before+tomorrow+at+noon">"/pdt/7+hours+before+tomorrow+at+noon" &rarr; Yeah.</li>
<li><a href="/utc/now">"/utc/now"</a> &rarr; Current UTC time</li>
<li><a href="/pdt/in+two+hours">"/pdt/in+two+hours"</a> &rarr; Time two hours from now in PDT</li>
<li><a href="/pdt/next+monday">"/pdt/next+monday"</a> &rarr; Datetime for next Monday in PDT</li>
<li><a href="/pdt/this+friday+at+noon">"/pdt/this+friday+at+noon"</a> &rarr; Datetime for this Friday at noon in PDT ("friday noon" works too)</li>
<li><a href="/pdt/7+hours+before+tomorrow+at+noon">"/pdt/7+hours+before+tomorrow+at+noon"</a> &rarr; I think you get the point.</li>
</ul>
<p>See <a href="http://chronic.rubyforge.org/">Chronic documentation</a> for more examples.</p>
<p>
Expand Down

0 comments on commit b9e182c

Please sign in to comment.