X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=README.md;h=d104bd528487a4da5e017c1f0e569184bdf82d7c;hb=ea32bc143da7ccccd268efc17e959cac3fdc82d4;hp=0faebec4220e2a7e9208b6cd6fe8e1fa8d97401e;hpb=8ea47589a8f04b7018bd39c230d68de456c27bb0;p=poolifier.git 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) => {