From 17a9a09416d6c07f560eb0c79bd031d8c0125d4e Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 18 Feb 2021 12:44:36 +0100 Subject: [PATCH] README.md: Small refinements MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c62ecae1..c7433b62 100644 --- a/README.md +++ b/README.md @@ -132,10 +132,10 @@ pool.execute({}).then(res => { ``` -You can do the same with the class ClusterWorker. +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 for [multiple functions](./examples/multiFunctionExample.js)).** -**Now TypeScript is also supported, find how to use it into the example folder** +**See examples folder for more details (in particular if you want to use a pool for [multiple functions](./examples/multiFunctionExample.js)).** +**Now TypeScript is also supported, find how to use it into the example folder**. ## Node versions -- 2.34.1