From 40fd2f653c90f9d331553e657e212f37e357769a Mon Sep 17 00:00:00 2001 From: Mo Khosh Date: Wed, 28 Feb 2024 20:12:39 +0330 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d5c19b..354acb8 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ public static function kanbanCases(): array } ``` -`IsKanbanStatus` uses the `value` of your cases for both the `id` and the `title` of your statuses. You can customize how these as well: +`IsKanbanStatus` uses the `value` of your cases for the `title` of your statuses. You can customize how the title is retrieved as well: ```php public function getTitle(): string