Skip to content

Commit

Permalink
Align the 'Example' column in the 'Predefined common options' table
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Bonneau <alexandre.bonneau@linuxfr.eu>
  • Loading branch information
AlexandreBonneau committed Aug 3, 2017
1 parent ef185b0 commit b49864d
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 @@ -371,7 +371,7 @@ If you feel a common currency option is missing, please [create a pull request](
Moreover, autoNumeric provides the following common options:

| Option name | Description | Examples |
| :---------------- | :---------------- | :---------------- |
| :---------------- | :---------------- | ----------------: |
| `dotDecimalCharCommaSeparator` | Set the decimal character as a dot `.` and the group separator as a comma `,` | `1,234.56` |
| `commaDecimalCharDotSeparator` | Set the decimal character as a comma `,` and the group separator as a dot `.` | `1.234,56` |
| `integer` | Set the minimum and maximum value so that only an integer can be entered, without any decimal places available | `42`, `-42` |
Expand Down

0 comments on commit b49864d

Please sign in to comment.