From db21d8a8ced679d172db6b4155dc5d42f593c4af Mon Sep 17 00:00:00 2001 From: Ryan Oldenburg Date: Thu, 18 Jan 2024 01:36:40 -0600 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3326da..f6911f1 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ import ready let redisPool = newRedisPool(3) # Defaults to localhost:6379 -# This autoamtically removes a connection from the pool, runs the command +# This automatically removes a connection from the pool, runs the command # and then returns it back to the pool redisPool.command("PING") ```