summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Reifschneider <jafo@tummy.com>2014-03-25 22:29:18 -0600
committerSean Reifschneider <jafo@tummy.com>2014-03-25 22:29:18 -0600
commite3468928c53588e66bfabcbe6fde639222de02b3 (patch)
treeee46442e0ed6b18abd3ef9e904e8d88359528ad3
parent8591820637bcc9cc09d06941419fb1b914a1b12e (diff)
downloadpython-memcached-e3468928c53588e66bfabcbe6fde639222de02b3.tar.gz
Re-flowing README.
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index cd4a69e..0811f8a 100644
--- a/README.md
+++ b/README.md
@@ -2,13 +2,13 @@
Status](https://travis-ci.org/linsomniac/python-memcached.svg)](https://travis-ci.org/linsomniac/python-memcached)
This software is a 100% Python interface to the memcached memory cache
-daemon. It is the client side software which allows storing values in one
-or more, possibly remote, memcached servers. Search google for memcached
-for more information.
+daemon. It is the client side software which allows storing values
+in one or more, possibly remote, memcached servers. Search google for
+memcached for more information.
-This package was originally written by Evan Martin of Danga.
-Please do not contact Evan about maintenance.
-Sean Reifschneider of tummy.com, ltd. has taken over maintenance of it.
+This package was originally written by Evan Martin of Danga. Please do
+not contact Evan about maintenance. Sean Reifschneider of tummy.com,
+ltd. has taken over maintenance of it.
Please report issues and submit code changes to the github repository at: