Skip to content

Commit

Permalink
docn' the site
Browse files Browse the repository at this point in the history
  • Loading branch information
bmizerany committed Apr 30, 2009
1 parent 8ee5dc2 commit 9d1b115
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sinatra-dj.rb
Expand Up @@ -57,8 +57,8 @@ def self.english_to_pig_latin(text)
@@ translations

<h1>Pig Latin Translator</h1>
<h2>An example of Sinatra + DJ on Heroku</h2>
<h3>see the <a href="http://github.com/bmizerany/sinatra-dj">code</a></h3>
<h2>An example of <a href="http://www.sinatrarb.com">Sinatra</a> + <a href="http://github.com/tobi/delayed_job/">DJ (Delayed Job)</a> on Heroku</h2>
<h3>See the <a href="http://github.com/bmizerany/sinatra-dj">code</a></h3>

<% @translations.each do |translation| %>
<ul>
Expand Down

0 comments on commit 9d1b115

Please sign in to comment.