Bump to beta 7 version
[poolifier.git] / README.md
index 95b3f0c1e4f64735369fa8e4aede0c99ddfe45c5..ed9df457b3f6227465ece3458a7e5342a0d2adf8 100644 (file)
--- a/README.md
+++ b/README.md
@@ -137,7 +137,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 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 (JSON) data.
+Remember that workers can only send and receive serializable data.
 
 ## Node versions