From f7ab50cc59e2361808bfd17fb34b1d12a8d06a04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Mon, 25 Nov 2019 09:13:53 -0300 Subject: [PATCH] [docs] Remove duplicate word (#57) --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 1327723c1b..75cdc69904 100644 --- a/Readme.md +++ b/Readme.md @@ -6,7 +6,7 @@ Default socket.io in-memory adapter class. ## How to use This module is not intended for end-user usage, but can be used as an -interface to inherit from from other adapters you might want to build. +interface to inherit from other adapters you might want to build. As an example of an adapter that builds on top of this, please take a look at [socket.io-redis](https://github.com/learnboost/socket.io-redis).