Make the documentation less worker-threads centric. (#183)
[poolifier.git] / CHANGELOG.md
index 2c5ed46d1031f218631f74250a0d65ed2a34a63f..a65e1c3fe5c662415c8af7efa46698675871e676 100644 (file)
@@ -35,7 +35,7 @@ const { DynamicThreadPool } = require('poolifier')
 
 #### New type definitions for input data and response
 
-For cluster and thread pools, you can now only send and receive serializable `JSON` data.  
+For cluster worker and worker-thread pools, you can now only send and receive serializable `JSON` data.  
 _This is not a limitation by poolifier but NodeJS._
 
 #### Public property replacements