Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
Vectorial1024 committed Jan 23, 2025
1 parent 66095b9 commit a2cb621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a2cb621

Please sign in to comment.