X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=README.md;h=bfb47a78d79d7f25aa9fbe2d1bf56c0da868e98a;hb=afb5cab4edf76abc0ffc8bd3e126ef1bd90351a3;hp=565d83c9d5bde0109edb3b2e965c39e1de26804c;hpb=22147b67689be88688805a9c5923536f8ced904c;p=poolifier.git diff --git a/README.md b/README.md index 565d83c9..bfb47a78 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ Javascript Standard Style Guide Gitter chat - - Open Collective + + Open Collective Dependabot @@ -97,7 +97,7 @@ You can implement a worker-threads worker in a simple way by extending the class 'use strict' const { ThreadWorker } = require('poolifier') -function yourFunction (data) { +function yourFunction(data) { // this will be executed in the worker thread, // the data will be received by using the execute method return { ok: 1 }