<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -4,8 +4,7 @@ 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.
+Write your talk.
 
     !SLIDE
     
@@ -35,7 +34,7 @@ Generate the output:
 
 ### Custom Styles
 
-To add custom styles to your slides, just create stylesheets in the same directory as your presentation's markdown file:
+To add custom styles to your slides, just create stylesheets in the same directory as your presentation markdown file:
 
     | - presentation-directory
       | - slides.md
@@ -43,28 +42,41 @@ To add custom styles to your slides, just create stylesheets in the same directo
 
 The additional styles will be added to your generated slides.
 
+## Navigation
+
+Give your presentation!
+
+* left, right arrows to navigate through slides
+* esc to go home
+
 ## Syntax Highlighting
 
-slidedown syntax highlighting works just like Lighthouse's:
+For Ruby:
 
     @@@ ruby
-    def foo
-      :bar
-    end
+        def foo
+          :bar
+        end
     @@@
 
-Or for JavaScript
+For Javascript
 
     @@@ js
-      function foo() {
-        return 'bar';
-      }
+        function foo() {
+          return 'bar';
+        }
+    @@@
+
+For ERb:
+
+    @@@ rhtml
+        &lt;%= @post.created_at.to_s(:fancy) %&gt;
     @@@
 
 ### Requirements
 
-* RDiscount
 * Nokogiri
+* makers-mark
 * pygments (for syntax highlighting)
 
 ## Todo
@@ -100,4 +112,4 @@ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-OTHER DEALINGS IN THE SOFTWARE.
\ No newline at end of file
+OTHER DEALINGS IN THE SOFTWARE.</diff>
      <filename>README.md</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c724b814102201036b054e3c84c811303f7ecabb</id>
    </parent>
  </parents>
  <author>
    <name>Dan Croak</name>
    <email>dcroak@thoughtbot.com</email>
  </author>
  <url>http://github.com/nakajima/slidedown/commit/99596b754333b9986bd66dcb0203e107642245c8</url>
  <id>99596b754333b9986bd66dcb0203e107642245c8</id>
  <committed-date>2009-09-24T11:52:56-07:00</committed-date>
  <authored-date>2009-09-24T11:52:46-07:00</authored-date>
  <message>adding details about navigation, rhtml formatting to README</message>
  <tree>678ce2dbf6eabc7aad9b90c75e73fb74fd74991e</tree>
  <committer>
    <name>Dan Croak</name>
    <email>dcroak@thoughtbot.com</email>
  </committer>
</commit>
