From 3a2534b120037456505ca85f3974bcc24b9d5604 Mon Sep 17 00:00:00 2001 From: Costin Leau Date: Fri, 3 Dec 2010 16:56:30 +0200 Subject: [PATCH] + minor update to README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 78a0a3eaa..68e873af6 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,10 @@ As the name implies, the **Key Value** modules provides integration with key val Getting Help ------------ -Read the main project [website](http://www.springsource.org/spring-data)) and the [User Guide](http://static.springsource.org/spring-data/datastore-keyvalue/snapshot-site/reference/html/). Look at the source code and the [JavaDocs](http://static.springsource.org/spring-data/data-keyvalue/snapshot-site/apidocs/). For more detailed questions, use the [forum](http://forum.springsource.org/forumdisplay.php?f=80). If you are new to Spring as well as to Spring Data, look for information about [Spring projects](http://www.springsource.org/projects). +Read the main project [website](http://www.springsource.org/spring-data) and the [User Guide](http://static.springsource.org/spring-data/datastore-keyvalue/snapshot-site/reference/html/). Look at the source code and the [JavaDocs](http://static.springsource.org/spring-data/data-keyvalue/snapshot-site/apidocs/). For more detailed questions, use the [forum](http://forum.springsource.org/forumdisplay.php?f=80). If you are new to Spring as well as to Spring Data, look for information about [Spring projects](http://www.springsource.org/projects). + +# Quick Start -Quick Start ------------ ## Redis @@ -47,7 +47,7 @@ For those in a hurry: p:connection-factory="jedisFactory"/> -* Use RedisTemplate to interact with the Redis store: +* Use `RedisTemplate` to interact with the Redis store: String random = template.randomKey(); template.set(random, new Person("John", "Smith")); @@ -75,7 +75,7 @@ For those in a hurry: http://maven.springframework.org/snapshot -* Configure the RiakTemplate in your Spring ApplicationContext: +* Configure the `RiakTemplate` in your Spring ApplicationContext: