From 9f1b4f615ed962801459f3329953271f70de38e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Dalmolin?= Date: Mon, 4 Nov 2024 10:52:06 -0300 Subject: [PATCH] updates --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f85164c..88fea48 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ The following method would become accessible using TypeScript: ```ts Status.Active.label() // 'Active' Status.Inactive.label() // 'Inactive' -Status.Active.color() // 'bg-greed-100' +Status.Active.color() // 'bg-green-100' Status.Inactive.color() // 'bg-red-100' ```