Fix README.md
This commit is contained in:
parent
6bf7466ecb
commit
4205ba5611
|
@ -149,7 +149,7 @@ You _may_ specify these property options as well:
|
||||||
- `event` – string specifying the event name (only `'change'` is currently supported)
|
- `event` – string specifying the event name (only `'change'` is currently supported)
|
||||||
- `callback` – function that was previously added a listener callback
|
- `callback` – function that was previously added a listener callback
|
||||||
|
|
||||||
### `removeAllListeners([event])`
|
#### `removeAllListeners([event])`
|
||||||
- `event` – optional – string specifying the event name (only `'change'` is currently supported)
|
- `event` – optional – string specifying the event name (only `'change'` is currently supported)
|
||||||
|
|
||||||
#### `close()`
|
#### `close()`
|
||||||
|
|
Loading…
Reference in New Issue