Skip to content

Commit

Permalink
docs(readme): fix wrong table headers
Browse files Browse the repository at this point in the history
  • Loading branch information
nivekcode committed Sep 2, 2020
1 parent e7085ad commit 1b76d2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ accepts an object with the filename as key and the svg data as key.

#### Available options:

| --version | type | default | output the version number |
| --version | type | default | description |
| --------------- | ----------------------- | ---------------------------------------- | ---------------------------------------------------------------------------- |
| fileName | stirng | my-icons | file name of the generated file |
| delimiter | CAMEL, KEBAB, SNAKE | CAMEL | delimiter which is used to generate the types and name properties |
Expand Down Expand Up @@ -206,7 +206,7 @@ Only the icons included in the consuming SPA also end up in the final bundle of

#### Available options:

| --version | type | default | output the version number |
| --version | type | default | description |
| ------------------ | ----------------------- | ---------------------------------------- | ---------------------------------------------------------------------------- |
| typeName | string | myIcons | name of the generated type |
| generateType | boolean | false | prevent generating enumeration type |
Expand Down Expand Up @@ -279,7 +279,7 @@ end up there.

#### Available options:

| --version | type | default | output the version number |
| --version | type | default | description |
| ------------------------- | ----------------------- | ---------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| typeName | string | myIcons | name of the generated type |
| generateType | boolean | false | prevent generating enumeration type |
Expand Down

0 comments on commit 1b76d2f

Please sign in to comment.