Skip to content

Commit

Permalink
Update to 2.1.7. And readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
IonDen committed Mar 26, 2017
1 parent 08e1d6b commit 9bd8249
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ If your are new in web development and you are not sure how to correctly install


| Option | Data-Attr | Defaults | Type | Description |
| --- | --- | --- | --- |
| --- | --- | --- | --- | --- |
| `type` | `data-type` | `single` | string | Choose slider type, could be `single` - for one handle, or `double` for two handles |
| `min` | `data-min` | `10` | number | Set slider minimum value |
| `max` | `data-max` | `100` | number | Set slider maximum value |
Expand Down
2 changes: 1 addition & 1 deletion readme.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ $("#example_id").ionRangeSlider();
## Настройка

| Option | Data-Attr | Defaults | Type | Description |
| --- | --- | --- | --- |
| --- | --- | --- | --- | --- |
| `type` | `data-type` | `single` | string | Choose slider type, could be `single` - for one handle, or `double` for two handles |
| `min` | `data-min` | `10` | number | Set slider minimum value |
| `max` | `data-max` | `100` | number | Set slider maximum value |
Expand Down

0 comments on commit 9bd8249

Please sign in to comment.