<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -45,22 +45,20 @@ Oh, the DOM
 HTML with JavaScript
 --------------------
 
-    $ cat examples/index.html | lyndon 
+    $ cat examples/index.html | lyndon
     &lt;html&gt;&lt;head&gt;
-    &lt;title&gt;Lyndon Test!&lt;/title&gt;
-    &lt;script type=&quot;text/javascript&quot; src=&quot;https://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js&quot;&gt;&lt;/script&gt;
-    &lt;script&gt;
-      $(function() {
-        $('#content').append('&lt;div id=&quot;hi&quot;&gt;Hello world!&lt;/div&gt;')
-      })
-    &lt;/script&gt;
-    &lt;/head&gt;&lt;body&gt;
+    &lt;title&gt;It worked!&lt;/title&gt;
+     &lt;/head&gt;&lt;body&gt;
     &lt;div id=&quot;content&quot;&gt;
     &lt;div id=&quot;hi&quot;&gt;Hello world!&lt;/div&gt;&lt;/div&gt;
     &lt;/body&gt;&lt;/html&gt;
-
+    
 Note that the `&lt;div id=&quot;hi&quot;&gt;Hello world!&lt;/div&gt;&lt;/div&gt;` does _not_ exist
-in `examples/index.html` - it's added at runtime by JavaScript.
+in `examples/index.html` - it's added at runtime by
+JavaScript. JavaScript that strips itself out and changes the
+`&lt;title`&gt;. 
+
+Seriously.
 
 
 With Ruby</diff>
      <filename>README.markdown</filename>
    </modified>
    <modified>
      <diff>@@ -6,6 +6,8 @@
     &lt;script&gt;
       $(function() {
         $('#content').append('&lt;div id=&quot;hi&quot;&gt;Hello world!&lt;/div&gt;')
+        $('script').remove()
+        document.title = 'It worked!'
       })
     &lt;/script&gt;
   &lt;/head&gt;</diff>
      <filename>examples/index.html</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b9994ad70f2a350715cc6e1d18cf4abd8990d0ae</id>
    </parent>
  </parents>
  <author>
    <name>Chris Wanstrath</name>
    <email>chris@ozmm.org</email>
  </author>
  <url>http://github.com/defunkt/lyndon/commit/5249791cb2be5f09a688e65929f22f48390fef35</url>
  <id>5249791cb2be5f09a688e65929f22f48390fef35</id>
  <committed-date>2009-08-26T03:08:32-07:00</committed-date>
  <authored-date>2009-08-26T03:08:32-07:00</authored-date>
  <message>Update README and example</message>
  <tree>1f3060a7627ed8ca057308631ec77c0d6806a5b4</tree>
  <committer>
    <name>Chris Wanstrath</name>
    <email>chris@ozmm.org</email>
  </committer>
</commit>
