From: Jérôme Benoit Date: Thu, 17 Aug 2023 13:24:58 +0000 (+0200) Subject: docs: spell fix in README.md X-Git-Tag: v2.6.29~27 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=74ecb519cf0f32f659a14aa14de7bfff76469c7f;p=poolifier.git docs: spell fix in README.md Signed-off-by: Jérôme Benoit --- diff --git a/README.md b/README.md index 0faebec4..d104bd52 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ pool.emitter.on(PoolEvents.ready, () => console.info('Pool is ready')) pool.emitter.on(PoolEvents.busy, () => console.info('Pool is busy')) // the execute method signature is the same for both implementations, -// so you can easy switch from one to another +// so you can easily switch from one to another pool .execute() .then((res) => {