Bump to beta 7 version
[poolifier.git] / README.md
index c62ecae1b0377aa3b307ddcf48eb96fc414df457..ed9df457b3f6227465ece3458a7e5342a0d2adf8 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
 <div align="center">
-<img src="./docs/logo.png" width="475" height="400"/>
+<img src="./docs/logo.png" width="340px" height="266px"/>
 </div>
 
 <h2 align="center">Node Thread Pool :arrow_double_up: :on:</h2>
@@ -132,10 +132,12 @@ 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**.
+
+Remember that workers can only send and receive serializable data.
 
 ## Node versions