From: Kevin M. Rosenberg Date: Sat, 2 Jul 2011 16:58:18 +0000 (-0600) Subject: Improve README formatting X-Git-Url: http://git.kpe.io/?p=memstore.git;a=commitdiff_plain;h=7dd62ee1de6fc014941ae83d7e09bac2f44b6a5b Improve README formatting --- diff --git a/README.md b/README.md index 01143d1..cdef977 100644 --- 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 +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 --------