Skip to content

Commit

Permalink
readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maphel committed Sep 3, 2023
1 parent 85f64ad commit 1db452e
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 @@ -66,7 +66,7 @@ import { classNames } from '@maphel/classnames';
const basicResult = classNames('class1', 'class2');
console.log(basicResult); // Output: "class1 class2"

// Conditional Classes
// Conditional Usage
const conditionalResult = classNames(
'base',
{ 'active': true, 'disabled': false }
Expand Down

0 comments on commit 1db452e

Please sign in to comment.