Created
January 28, 2009 16:34
-
-
Save sr/54037 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit 7f15f6447d38cab55b46ae3210db773e1f61af4a | |
Author: Simon Rozet <[email protected]> | |
Date: Wed Jan 28 17:31:07 2009 +0100 | |
last one | |
diff --git a/index.html b/index.html | |
index 4b10db2..0b09989 100644 | |
--- a/index.html | |
+++ b/index.html | |
@@ -18,10 +18,11 @@ id: home | |
<div class='pipe ruby'> | |
<pre><code>require 'rubygems' | |
require 'sinatra' | |
+ | |
get '/hi' do | |
"Hello World!" | |
end</code></pre> | |
-<p>Put this in<br>your pipe</p> | |
+<p>Write this<br/>code …</p> | |
</div> | |
<div class='pipe shell'> | |
@@ -30,5 +31,5 @@ $ ruby hi.rb | |
== Sinatra has taken the stage ... | |
>> Listening on 0.0.0.0:4567 | |
</code></pre> | |
-<p>and smoke it</p> | |
+<p>… and run it!</p> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment