Skip to content

Commit 6254e6c

Browse files
author
guohui.deng
committed
readme格式调整
1 parent 027ce95 commit 6254e6c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,11 @@ Show a toast forever until you manually close it:
7373
this.refs.toast.close('hello world!');
7474
```
7575

76-
77-
7876
Optional you can pass a delay in seconds to the close()-method:
7977
```javascript
8078
this.refs.toast.close('hello world!', 500);
8179
```
8280

83-
8481
Currently, the default delay for close() in FOREVER-mode is set to 250 ms (or this.props.defaultCloseDelay, which you can pass with)
8582

8683
```jsx

0 commit comments

Comments
 (0)