Skip to content

Commit 83992b8

Browse files
authored
Update README.md
1 parent 04a7110 commit 83992b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ npm install vue-notify-me --save
3131
| `container` (not required) | String | <b>Default </b>`notification`, (Class for the notification container)|
3232
| `status` (not required) | String | <b>Default </b>`is-success`, (Class for the notification status)|
3333
| `width` (not required) | String | <b>Default </b>`350px`. It's **mandatory** to set the **unit** for the width. For example: `rem`, `em`, `px` |
34-
| `timeout` (not required) | Number | <b>Default `4000`</b>. If notification is not `permanent` you can set the timeout for it |
34+
| `timeout` (not required) | Number | <b>Default `4000`</b>. Value is in miliseconds. If notification is not `permanent` you can set the timeout for it |
3535

3636
## Examples
3737

0 commit comments

Comments
 (0)