From: Jérôme Benoit Date: Mon, 26 Jun 2023 23:55:27 +0000 (+0200) Subject: docs: refine README.md X-Git-Tag: v2.6.4~4 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=f997872ca966ef4d4b14ab6640199bab06b46e73;p=poolifier.git docs: refine README.md Signed-off-by: Jérôme Benoit --- diff --git a/README.md b/README.md index f6bd0f1b..ed967f00 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ pool.execute({}).then(res => { You can do the same with the classes ClusterWorker, FixedClusterPool and DynamicClusterPool. -**See examples folder for more details (in particular if you want to use a pool with [multiple worker functions](./examples/multiFunctionExample.js))**. +**See [examples](./examples/) folder for more details (in particular if you want to use a pool with [multiple worker functions](./examples/multiFunctionExample.js))**. Remember that workers can only send and receive structured-cloneable data.