From eb7683742296b973e6bc451d89a5109136b57464 Mon Sep 17 00:00:00 2001 From: dobaniashish Date: Thu, 15 Aug 2024 13:34:20 +0530 Subject: [PATCH] chore: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d83f77f..006d341 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A PHP utility for constructing html attribute strings conditionally. > [!NOTE] > This package is for PHP. If you are looking for JavaScript/React.js, check out the original [lukeed/clsx](https://github.com/lukeed/clsx). -This package was inspired from [lukeed/clsx](https://github.com/lukeed/clsx) to bring similar functionality to PHP with extra features. +This package was inspired from [lukeed/clsx](https://github.com/lukeed/clsx) to bring similar functionality to PHP with an extra feature to merge all attributes in one function call. ## Installation