Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
phucbm committed Oct 6, 2023
1 parent 68077c6 commit fe27399
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 @@ -115,7 +115,7 @@ Pass a valid JSON to use as options
| `instance.refresh()` | Refresh select when original select changes with new HTML |
| `instance.destroy()` | Destroy select, return original HTML |
| `instance.select(value)` | Select a value |
| `instance.add(value)` | Add new option with value |
| `instance.add(value, label)` | Add new option with value and label |
| `instance.on(eventName, callback)` | Assign events |

```js
Expand Down

0 comments on commit fe27399

Please # to comment.