diff --git a/README.md b/README.md index 6af837f..8b05bde 100644 --- a/README.md +++ b/README.md @@ -660,7 +660,7 @@ const zbWorker = zbc.createWorker({ }) function handler(job) { - worker.log('Task variables', job.variables) + zbWorker.log('Task variables', job.variables) // Task worker business logic goes here const updateToBrokerVariables = {