From 7e3ce3e79fcdbb03fb47e91265e1c634615efbc8 Mon Sep 17 00:00:00 2001 From: Patrick Gingras <775.pg.12@gmail.com> Date: Mon, 7 Dec 2020 23:35:44 -0500 Subject: [PATCH] added missing word --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 156562c..2cda719 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,8 @@ that, under heavy load, we would spend a lot of time waiting for the lock, even when there were available connections in the pool. We also thought it would be nice if we didn't need to keep many connections -open when they weren't needed, but still have the ability to more when they are -required. +open when they weren't needed, but still have the ability to make more when +they are required. ## API