Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
guzba committed Jan 18, 2024
1 parent e8dc4bb commit db21d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
```
Expand Down

0 comments on commit db21d8a

Please sign in to comment.