From a2cb621efe0c9b0243f6afcc985ae153071c493c Mon Sep 17 00:00:00 2001 From: Vincent Wong Date: Fri, 24 Jan 2025 01:55:22 +0800 Subject: [PATCH] Fix README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f61eeb..60be4a9 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ $taskID = $status->taskID; $status->isRunning(); // when task IDs are known, task status objects can be recreated on-the-fly -$anotherStatus = new AsyncTaskStatus(); +$anotherStatus = new AsyncTaskStatus("customTaskID"); ``` Some tips: