Skip to content

Commit

Permalink
fix(readme): typo;
Browse files Browse the repository at this point in the history
  • Loading branch information
xobotyi committed Feb 16, 2020
1 parent 002b9e8 commit e5567f5
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 @@ -72,7 +72,7 @@ It is written with power of [TypeScript](http://www.typescriptlang.org) and it's

### Usage

As already said - API is the same with `classnames` pkg, and due to my laziness - i'll just copy-past their usage documentation (width small additions)😅😱
As already said - API is the same with `classnames` pkg, and due to my laziness - i'll just copy-past their usage documentation (with small additions)😅😱

The `classNames` function takes any number of arguments which can be a string, array or object.
The argument `'foo'` is short for `{ foo: true }` or `['foo']`. If the value associated with a given key is falsy, that key won't be included in the output.
Expand Down

0 comments on commit e5567f5

Please sign in to comment.