<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,15 +2,35 @@
 
 It's a nonviolent MUD. (Multi-User Dungeon)
 
-You can either launch via SLIME by evaling mire.el from within Emacs
-(preferred since it gives you access to the REPL) or by the included
-mire.sh shell script.
+## Usage
+
+You can launch the server either via SLIME by evaling mire.el from
+within Emacs (preferred since it gives you access to the REPL) or by
+running the included mire.sh shell script.
 
 Dependencies (clojure, clojure-contrib) are included, though you will
 need a JVM on your system.
 
-To connect, simply telnet to port 3333, or hit M-x mire from within
-Emacs if you have used mire.el.
+To connect as a player, simply telnet to port 3333, or hit M-x mire
+from within Emacs if you have used mire.el.
+
+## Motivation
+
+This code is not that interesting as a game, though I suppose
+something fun could be built using it as a base. The primary purpose
+of it is as a demonstration of how to build a simple multithreaded app
+in Clojure.
+
+Mire is built up step-by-step, where each step introduces one or two
+small yet key Clojure principles and builds on the last step. The
+steps each exist in separate git branches. To get the most out of
+reading Mire, you should start reading in the branch called
+[step-01-echo-server](http://github.com/technomancy/mire/tree/01-echo-server)
+and continue from there.
+
+While you can learn from Mire on its own, it has been written
+specifically for the PeepCode screencast on Clojure, which should be
+released early March 2009.
 
 Copyright (c) 2009 Phil Hagelberg
 Licensed under the same terms as Clojure.</diff>
      <filename>README.markdown</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>16dc453496d4da5246d762c53dde93c7454983fd</id>
    </parent>
  </parents>
  <author>
    <name>Phil Hagelberg</name>
    <email>technomancy@gmail.com</email>
  </author>
  <url>http://github.com/technomancy/mire/commit/30486954d36b8e55c6dad90bd8bd0bdeeaf32131</url>
  <id>30486954d36b8e55c6dad90bd8bd0bdeeaf32131</id>
  <committed-date>2009-02-22T14:21:47-08:00</committed-date>
  <authored-date>2009-02-22T14:21:47-08:00</authored-date>
  <message>Expanded the README to explain about each step in its own git branch.</message>
  <tree>853621001740467c3295e84bb7cafbb41e3854f3</tree>
  <committer>
    <name>Phil Hagelberg</name>
    <email>technomancy@gmail.com</email>
  </committer>
</commit>
