summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMohnish Thallavajhula <i@mohni.sh>2014-12-07 00:20:00 -0800
committerMatt Stancliff <matt@genges.com>2015-01-05 11:21:38 -0500
commitabbd3407852ec07fa2db028cfefb988f4f7af143 (patch)
treec7edbee5a600c2aa22176d23db8d1ff136ae9921 /README.md
parent2a6dbdd2252a038546f1c911957644df2a7d4fba (diff)
Fix README typo
Closes #285
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6949b81..67c6470 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.