X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=README.md;h=ed9df457b3f6227465ece3458a7e5342a0d2adf8;hb=0289646090c766a451aab11e7ab67a65f07221e4;hp=95b3f0c1e4f64735369fa8e4aede0c99ddfe45c5;hpb=deb85c12b77faf6974551cefcd9676e62a392086;p=poolifier.git diff --git a/README.md b/README.md index 95b3f0c1..ed9df457 100644 --- 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