Improve README formatting
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 2 Jul 2011 16:58:18 +0000 (10:58 -0600)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 2 Jul 2011 16:58:18 +0000 (10:58 -0600)
README.md

index 01143d15373876eea9bf5e13eed6664e3dfd2566..cdef97711e04f0a82e13b04b5ec9cdccca1df45f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,10 +1,17 @@
-MemStore
+Memstore
 ========
 
 _A high-level interface for the memcached and membase servers_
 
 Written by Kevin M. Rosenberg <kevin@rosenberg.net>
 
+Downloads
+---------
+
+* The web site for memstore is [http://memstore.b9.com/](http://memstore.b9.com/)
+* A git repository is available at [http://gitpub.b9.com/memstore.git](http://gitpub.b9.com/memstore.git)
+* Releases are available for download at [http://files.b9.com/memstore/](http://files.b9.com/memstore/)
+
 Prerequisites
 -------------
 
@@ -15,8 +22,8 @@ used to store information required to deserialize the object data from
 memcached. In addition to adding the `flags` field, the library has
 been heavily refactored.
 
-This library also requires Common Lisp libraries of cl-store,
-flexi-streams, and zlib.
+This library also requires Common Lisp libraries of `cl-store`,
+`flexi-streams`, and `zlib`.
 
 Overview
 --------