refactor: cleanup internal pool messaging code
[poolifier.git] / README.md
index cb7a1ad994933295e35a53dbdeca21a8bf2e387a..f6bd0f1b3f031bd31284fee08b49dcbd97adbdc4 100644 (file)
--- a/README.md
+++ b/README.md
@@ -142,7 +142,7 @@ You can do the same with the classes ClusterWorker, FixedClusterPool and Dynamic
 
 **See examples folder for more details (in particular if you want to use a pool with [multiple worker functions](./examples/multiFunctionExample.js))**.
 
-Remember that workers can only send and receive serializable data.
+Remember that workers can only send and receive structured-cloneable data.
 
 ## Node versions