From 6517644596842697689a4e9d3f082055913dd1b8 Mon Sep 17 00:00:00 2001 From: Costin Leau Date: Tue, 5 Jul 2011 19:38:31 +0300 Subject: [PATCH] + update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index acc1b8830..d4085ffa5 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ For those in a hurry: ListOperations listOps = template.listOps(); listOps.rightPush(random, new Person("Jane", "Smith")); List peopleOnSecondFloor = listOps.range("users:floor:2", 0, -1); + Contributing to Spring Data