From 1100b8d48383ac42613e6c46cc02883826c351bf Mon Sep 17 00:00:00 2001 From: Costin Leau Date: Wed, 27 Jun 2012 14:00:08 +0300 Subject: [PATCH] fix line wrapping --- docs/src/info/readme.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/src/info/readme.txt b/docs/src/info/readme.txt index 376516872..0adb13a3e 100644 --- a/docs/src/info/readme.txt +++ b/docs/src/info/readme.txt @@ -4,7 +4,9 @@ http://www.springsource.org/spring-data/redis 1. INTRODUCTION -Spring Data Redis makes it easy to write Spring applications that use the Redis key value store by eliminating the redundant tasks and boiler place code required for interacting with the store through Spring's excellent infrastructure support. +Spring Data Redis makes it easy to write Spring applications that use the Redis key value store by eliminating the +redundant tasks and boiler place code required for interacting with the store through Spring's excellent infrastructure +support. 2. RELEASE NOTES