From e20c9097e6b97ba45c6d9e5daa701471d1b2170f Mon Sep 17 00:00:00 2001 From: Ray Slakinski Date: Wed, 12 May 2010 15:39:31 -0400 Subject: [PATCH] typo --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 8ad219e..5adfd2d 100644 --- a/README.markdown +++ b/README.markdown @@ -7,7 +7,7 @@ The advantage to using this over other solutions is that your data is persistent unlike memcached, and Cassandra is designed to store key-value data like this, so performance is much closer to that of memcached than with a database. -Note: This work was initially based off of [tokyo-tyrant-sessions](http://github.com/ericflo/django-tokyo-sessions) by Eric Flo. +Note: This work was initially based off of [tokyo-tyrant-sessions](http://github.com/ericflo/django-tokyo-sessions) by @ericflo. Dependencies ------------