Skip to content

Instantly share code, notes, and snippets.

@sr
Created January 28, 2009 16:34
Show Gist options
  • Save sr/54037 to your computer and use it in GitHub Desktop.
Save sr/54037 to your computer and use it in GitHub Desktop.
commit 7f15f6447d38cab55b46ae3210db773e1f61af4a
Author: Simon Rozet <simon@rozet.name>
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