From 8092fa4db95c199cde086b0e2759937b2d17bac7 Mon Sep 17 00:00:00 2001 From: Josh Baker Date: Sat, 2 Apr 2016 15:43:26 -0700 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6ba7e5b..b4ad0ccf 100644 --- a/README.md +++ b/README.md @@ -250,7 +250,7 @@ The server will respond in [JSON](http://json.org) or [RESP](http://redis.io/top - HTTP and Websockets use JSON. - Telnet and RESP clients use RESP. -## Clients +## Client Libraries Tile38 uses the [Redis RESP](http://redis.io/topics/protocol) protocol natively. Therefore all clients that support basic Redis commands will in turn support Tile38. Below are a few of the popular clients. For a more complete list, please see the [Redis Clients](http://redis.io/clients) page.