<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,17 +1,17 @@
 How to use:
 
-&lt;pre&gt;$.openWindow(400, 200, &quot;Test&quot;, &quot;&lt;p&gt;Test&lt;/p&gt;&quot;);&lt;/pre&gt;
+$.openWindow(400, 200, &quot;Test&quot;, &quot;&lt;p&gt;Test&lt;/p&gt;&quot;);
 
 How to use with a link:
 
-&lt;pre&gt;$(&quot;.screen&quot;).click(function(e) {
+$(&quot;.screen&quot;).click(function(e) {
 	e.preventDefault();
 	$.openWindow(400, 200, &quot;Test&quot;, $(&quot;#extra&quot;).html);
-});&lt;/pre&gt;
+});
 
 How to use with ajax:
 
-&lt;pre&gt;$(&quot;.screen&quot;).click(function(e) {
+$(&quot;.screen&quot;).click(function(e) {
 	e.preventDefault();
 	$.ajax({
 		type:'GET',
@@ -20,4 +20,4 @@ How to use with ajax:
 			$.openWindow(400, 200, &quot;Test&quot;, data);
 		}
 	});
-});&lt;/pre&gt;
\ No newline at end of file
+});
\ No newline at end of file</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>aad5a0dc371d6484c0e5d9cd6f64fb6a450455da</id>
    </parent>
  </parents>
  <author>
    <name>Marcio Trindade</name>
    <email>marciotrindade@gmail.com</email>
  </author>
  <url>http://github.com/marciotrindade/screen/commit/63a1e81bb538a4f54c4ce660c9fcc6435332b7cf</url>
  <id>63a1e81bb538a4f54c4ce660c9fcc6435332b7cf</id>
  <committed-date>2009-11-04T19:31:30-08:00</committed-date>
  <authored-date>2009-11-04T19:31:30-08:00</authored-date>
  <message>fixed README</message>
  <tree>9443bd8f527094efe1ae6c92b871ab9f4bc3f2af</tree>
  <committer>
    <name>Marcio Trindade</name>
    <email>marciotrindade@gmail.com</email>
  </committer>
</commit>
