<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>TODO</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -2,6 +2,43 @@
 
 Generate slides with Markdown
 
+## Usage
+
+Write your talk. Currently, the syntax highlight lexer defaults to Ruby.
+Adding support for specifying languages is in the TODOs.
+
+    !SLIDE
+    
+    # This is my talk
+    
+    !SLIDE
+    
+    ## I hope you enjoy it
+    
+    !SLIDE code
+    
+        def foo
+          :bar
+        end
+    
+    !SLIDE
+    
+    Google is [here](http://google.com)
+    
+    !SLIDE
+    
+    # Questions?
+
+Generate the output:
+
+    $ slidedown my-talk.md
+
+### Requirements
+
+* RDiscount
+* Nokogiri
+* pygments (for syntax highlighting)
+
 (c) Copyright 2009 Pat Nakajima
 
 Permission is hereby granted, free of charge, to any person</diff>
      <filename>README.md</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d3d86ea3b25c1155a5311033c406651d9cfe1a6f</id>
    </parent>
  </parents>
  <author>
    <name>Pat Nakajima</name>
    <email>patnakajima@gmail.com</email>
  </author>
  <url>http://github.com/nakajima/slidedown/commit/f40e3e1712c112cf6e46cbb263aa6eb88c3eaa85</url>
  <id>f40e3e1712c112cf6e46cbb263aa6eb88c3eaa85</id>
  <committed-date>2009-03-10T00:30:48-07:00</committed-date>
  <authored-date>2009-03-10T00:30:48-07:00</authored-date>
  <message>Added TODO, gussied up README</message>
  <tree>73415630524ba6c2dd405c5d1336aa6ac7537c3f</tree>
  <committer>
    <name>Pat Nakajima</name>
    <email>patnakajima@gmail.com</email>
  </committer>
</commit>
