<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -13,18 +13,18 @@ make
 sudo make install
 &lt;/pre&gt;
 
-This will install natter at: _/usr/local/lib/erlang/lib/_
+This will install natter at: __/usr/local/lib/erlang/lib/__
 
 ## If you are using Ubuntu and installed erlang via apt-get:
 
 &lt;pre&gt;
 autoreconf --install
-./configure --prefix=/usr
+./configure --prefix=/usr/
 make
 sudo make install
 &lt;/pre&gt;
 
-This will install natter at: _/usr/lib/erlang/lib/_
+This will install natter at: __/usr/lib/erlang/lib/__
 
 # Getting Started
 
@@ -60,8 +60,11 @@ natter_connection:register_exchange(Cn, &quot;iq&quot;, &quot;bar@localhost&quot;, self()).
 # Internals
 
 3 main modules:
+
 * __natter_connection__: public API. Runs as a supervisor.
+
 * __natter_packetizer__: responsible for dealing with all network traffic. Reads in incoming XML and finds out when you have a complete packet. It then sends the packet to the dispatcher.
+
 * __natter_dispatcher__: figures out where packets should go.
 
 XML Parsing is done using an erlang wrapper around libexpat. Inspired by Jabberlang. Faster than xmerl.
@@ -73,10 +76,14 @@ XML is parsed into a tuple:
 
 # TODO
 
--Move away from plain-text authentication
--Support for presence
--Support for message stanzas
--Support for rosters
+* Move away from plain-text authentication
+
+* Support for presence
+
+* Support for message stanzas
+
+* Support for rosters
+
 
 # Resources/Links
 </diff>
      <filename>README.markdown</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2892e32647c8cf3625b109755717b55cae439965</id>
    </parent>
  </parents>
  <author>
    <name>Luc Castera</name>
    <email>luc.castera@gmail.com</email>
  </author>
  <url>http://github.com/engineyard/natter/commit/ad9d0896057f459715ae83884f8cac48737e5838</url>
  <id>ad9d0896057f459715ae83884f8cac48737e5838</id>
  <committed-date>2009-05-27T14:47:34-07:00</committed-date>
  <authored-date>2009-05-27T11:04:36-07:00</authored-date>
  <message>fixes to README file

Signed-off-by: Samuel Tesla &lt;samuel.tesla@gmail.com&gt;</message>
  <tree>0e7c5a011c4d592552efd3dcfc1dbc8869b12ff7</tree>
  <committer>
    <name>Samuel Tesla</name>
    <email>samuel.tesla@gmail.com</email>
  </committer>
</commit>
