repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5441aea
)
docs: spell fix in README.md
author
Jérôme Benoit
<jerome.benoit@sap.com>
Thu, 17 Aug 2023 13:24:58 +0000
(15:24 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Thu, 17 Aug 2023 13:24:58 +0000
(15:24 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
README.md
patch
|
blob
|
blame
|
history
diff --git
a/README.md
b/README.md
index 0faebec4220e2a7e9208b6cd6fe8e1fa8d97401e..d104bd528487a4da5e017c1f0e569184bdf82d7c 100644
(file)
--- 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 eas
il
y switch from one to another
pool
.execute()
.then((res) => {