From 9d8cb8d1404af4e86c0f9fca96e9a13387038564 Mon Sep 17 00:00:00 2001 From: Albert Shift Date: Fri, 5 Jun 2015 14:18:50 -0700 Subject: [PATCH] update readme file --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3c429aa..cce9005 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# casser -Cutting edge Java 8 Cassandra Client +# casser +Cutting edge Java 8 and Scala 2.11 Cassandra Client Current status: First application is using in production! @@ -61,14 +61,14 @@ public interface Timeline { @PartitionKey UUID userId(); - + @ClusteringColumn @Types.Timeuuid Date timestamp(); - + @Column String text(); - + } ```