From b18a557ff129a02d3762868a8a943c12e8059cd4 Mon Sep 17 00:00:00 2001 From: Denis Roussel Date: Thu, 5 Dec 2013 16:42:35 +0100 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b92a75..befa17c 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Redis function | Description **ZREMRANGEBYSCORE** *key* *min* *max* | Remove all members in a sorted set within the given scores **ZREM** *key* *member* | Remove one membner from a sorted set -It also mocks PIPELINE and EXECUTE functions but without any transaction behaviors, they just make the API fluent. +It also mocks **PIPELINE** and **EXECUTE** functions but without any transaction behaviors, they just make the interface fluent. ## Tests