Update dependencies
[poolifier.git] / README.md
index c62ecae1b0377aa3b307ddcf48eb96fc414df457..c7433b62ac2937c97be393455e2c329821328b56 100644 (file)
--- 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