diff --git a/README.md b/README.md index fb96e30..8350831 100644 --- a/README.md +++ b/README.md @@ -317,7 +317,7 @@ class Color extends MetaProperty { protected function transform(mixed $value): mixed { - return "text-{$color}-500"; + return "text-{$value}-500"; } } ```