Fix README typo

Closes #285
This commit is contained in:
Mohnish Thallavajhula 2014-12-07 00:20:00 -08:00 committed by Matt Stancliff
parent 2a6dbdd225
commit abbd340785

View File

@ -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.