From bc5f7feedda85304e70859c79f44b3f2eb22502b Mon Sep 17 00:00:00 2001 From: Ray Slakinski Date: Mon, 10 May 2010 15:01:26 -0400 Subject: [PATCH] forcing line breaks --- README.markdown | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.markdown b/README.markdown index ea54690..8ad219e 100644 --- a/README.markdown +++ b/README.markdown @@ -28,15 +28,15 @@ Installing cassandra-sessions 3. Add settings describing where to connect to Cassandra: - `CASSANDRA_POOL = ('127.0.0.1:9160',) + `CASSANDRA_POOL = ('127.0.0.1:9160',) CASSANDRA_SESSION_KEYSPACE = 'Testing'` 4. Create the Keyspace and Column Family in Cassandra: - ` - - org.apache.cassandra.locator.RackUnawareStrategy - 1 - org.apache.cassandra.locator.EndPointSnitch + ` + + org.apache.cassandra.locator.RackUnawareStrategy + 1 + org.apache.cassandra.locator.EndPointSnitch ` \ No newline at end of file