From: Jérôme Benoit Date: Thu, 18 Feb 2021 11:44:36 +0000 (+0100) Subject: README.md: Small refinements X-Git-Tag: v2.0.0-beta.2~5^2 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=17a9a09416d6c07f560eb0c79bd031d8c0125d4e;p=poolifier.git README.md: Small refinements Signed-off-by: Jérôme Benoit --- 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