From 70df6e2d043b0672a0ef673ed686146e22ee8a58 Mon Sep 17 00:00:00 2001 From: siddontang Date: Thu, 10 Jul 2014 09:13:55 +0800 Subject: [PATCH] update read me --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9943c33..1712d8d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ledisdb -Ledisdb is a high performance nosql like redis based on leveldb written by go. It's supports some advanced data structure like kv, list, hash and zset. +Ledisdb is a high performance NoSQL like Redis based on LevelDB written by go. It supports some advanced data structure like kv, list, hash and zset, and may be alternative for Redis. ## Build and Install