From 0f4d3ea8a71a356fc829aed6172520e42157c7d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20M=C3=BChl?= Date: Sun, 7 Jul 2019 00:35:31 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 698aac5..7ff2b47 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ constructor with: #### String A single server, possible, but pointless in most cases if you only use one -server, then done use the HashRing at all, it only adds overhead. +server, then don't use the HashRing at all, it only adds overhead. ```js var ring = new HashRing('127.0.0.1:11211');