From cd0fc4f49d9212b4ea4794996a13e023519efcf7 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Mon, 13 Aug 2018 16:16:19 +0300 Subject: [PATCH] Update README.md --- redisson-spring-data/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/redisson-spring-data/README.md b/redisson-spring-data/README.md index e2a88e307..63c101f04 100644 --- a/redisson-spring-data/README.md +++ b/redisson-spring-data/README.md @@ -8,7 +8,7 @@ Supports Spring Data Redis 1.6.x, 1.7.x, 1.8.x, 2.0.x Usage === -**1** Add `redisson-spring-data` dependency into your project: +### 1. Add `redisson-spring-data` dependency into your project: 1. __For JDK 1.8+__ @@ -71,7 +71,7 @@ Usage ``` -**2** Register `RedissonConnectionFactory` in Spring context +### 2. Register `RedissonConnectionFactory` in Spring context ```java @Configuration