X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=README.md;h=c7433b62ac2937c97be393455e2c329821328b56;hb=0e19141a4c860c96cde0eac21023cef79e6b22f5;hp=c62ecae1b0377aa3b307ddcf48eb96fc414df457;hpb=31b90205b39d7a578ef4dd2c78cbb73e4f2c8243;p=poolifier.git 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