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