From 747c20b0fc3eace26ac8cc8a1f573dd16dd388b1 Mon Sep 17 00:00:00 2001 From: kenshin Date: Thu, 15 Oct 2015 19:49:54 +0800 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7ab8768..0076cca 100644 --- a/README.md +++ b/README.md @@ -113,14 +113,14 @@ redis > hset godns:hosts www.test.com 1.1.1.1 Compared with file-backend records, redis-backend hosts support two advanced records formatting. 1. `*.` wildcard -``` -redis > hset godns:hosts *.example.com 127.0.0.1 -``` + ``` + redis > hset godns:hosts *.example.com 127.0.0.1 + ``` 2. Multiple A entries, delimited by commas -``` -redis > hset godns:hosts www.test.com 1.1.1.1,2.2.2.2 -``` + ``` + redis > hset godns:hosts www.test.com 1.1.1.1,2.2.2.2 + ``` ## Benchmark