diff --git a/README.markdown b/README.markdown
index 646d69d..04ef855 100644
--- a/README.markdown
+++ b/README.markdown
@@ -7,6 +7,8 @@ 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.
+
Installing cassandra-sessions
-----------------------------
@@ -32,7 +34,4 @@ Installing cassandra-sessions
org.apache.cassandra.locator.RackUnawareStrategy
1
org.apache.cassandra.locator.EndPointSnitch
-
-
-That's it. Hopefully this backend gives you all the better performance while
-still not sacrificing persistence.
\ No newline at end of file
+
\ No newline at end of file