docs: refine README.md
authorJérôme Benoit <jerome.benoit@sap.com>
Mon, 26 Jun 2023 23:55:27 +0000 (01:55 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Mon, 26 Jun 2023 23:55:27 +0000 (01:55 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
README.md

index f6bd0f1b3f031bd31284fee08b49dcbd97adbdc4..ed967f00e8225d8e4c046bbdeb772f2cc79c01ea 100644 (file)
--- 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.