From abbd3407852ec07fa2db028cfefb988f4f7af143 Mon Sep 17 00:00:00 2001 From: Mohnish Thallavajhula Date: Sun, 7 Dec 2014 00:20:00 -0800 Subject: [PATCH] Fix README typo Closes #285 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6949b8170..67c6470aa 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Hiredis is a minimalistic C client library for the [Redis](http://redis.io/) database. It is minimalistic because it just adds minimal support for the protocol, but -at the same time it uses an high level printf-alike API in order to make it +at the same time it uses a high level printf-alike API in order to make it much higher level than otherwise suggested by its minimal code base and the lack of explicit bindings for every Redis command.