<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -109,22 +109,18 @@ At any point you can use the @ip@ placeholder in your code and it will evaluate
 
 The following program will output the text &quot;hello world!&quot; five times and then exit. It uses the @ip@ variable to jump execution back to the @set write@ statement.
 
-&lt;pre&gt;
-&lt;code&gt;
-set 0, 0
+&lt;pre&gt;&lt;code&gt;set 0, 0
 set write, &quot;hello world!&quot;
 set 0, D[0]+1
 jumpt ip-3, D[0] &lt; 5
 halt
-&lt;/code&gt;
-&lt;/pre&gt;
+&lt;/code&gt;&lt;/pre&gt;
 
 h3. A Sample SIMPLESEM Program
 
 The following SIMPLESEM program calculates the &quot;GCD&quot;:http://en.wikipedia.org/wiki/Greatest_common_divisor of two numbers. The program prompts the user to enter the two numbers when the program is executed. This program is also included in the @sample_programs@ folder.
 
-&lt;pre&gt;&lt;code&gt;
-set 0, read               // first number 'n'
+&lt;pre&gt;&lt;code&gt;set 0, read               // first number 'n'
 set 1, read               // second number 'm'
 set 2, ip + 1             // return pointer for call to GCD
 jump 8
@@ -139,8 +135,8 @@ jump 8
 &lt;/code&gt;&lt;/pre&gt;
 
 Running the above program on the command line will give the following output:
-&lt;pre&gt;
-$ simplesem --inspect-history sample_programs/gcd.txt
+
+&lt;pre&gt;$ simplesem --inspect-history sample_programs/gcd.txt
 input: 15
 input: 35
 5
@@ -150,3 +146,4 @@ DATA:
 1: [35, 20, 5]
 2: [4]
 &lt;/pre&gt;
+</diff>
      <filename>README.textile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>39b51c9c108e16d54f49b0f0e7c376593d6475fd</id>
    </parent>
  </parents>
  <author>
    <name>Rob Olson</name>
    <email>rob@thinkingdigitally.com</email>
  </author>
  <url>http://github.com/robolson/simplesem/commit/242f74796158b7921b9a190cacca11fe3e18d042</url>
  <id>242f74796158b7921b9a190cacca11fe3e18d042</id>
  <committed-date>2009-09-27T00:25:24-07:00</committed-date>
  <authored-date>2009-09-27T00:25:24-07:00</authored-date>
  <message>README formatting

Another attempt to correctly guess how Github will format my README</message>
  <tree>e96d7e65268f23e2a0d715c876c5cb32ed41df66</tree>
  <committer>
    <name>Rob Olson</name>
    <email>rob@thinkingdigitally.com</email>
  </committer>
</commit>
