Skip to content

Commit 706fcc0

Browse files
committed
Docs
1 parent 9cbe329 commit 706fcc0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ This will work as you'd expect.
7676

7777
## Options
7878

79-
|Name|Description|Default|
79+
|Name|Type|Description|Default|
8080
|---|---|---|
81-
|`limit` `Number|Boolean`|Limits how many class names can a `className` have. Throws an error if more than `limit` number of class names are declared.|`false`|
82-
|`includeOriginal` `Boolean`|Determines wether the original `className` value should be kept in addition to the appended generated value.|`true`|
81+
|`allowMultiple`|`Boolean`|Determines weather `className` can have multiple class names.|`true`|
82+
|`includeOriginal`|`Boolean`|Determines weather the original `className` value should be kept in addition to the appended generated value.|`true`|

0 commit comments

Comments
 (0)