Skip to content

Commit 4196baf

Browse files
committed
Update README.md
1 parent 57fc679 commit 4196baf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ npm install --save react-repeatable
1616

1717
```js
1818
<Repeatable
19-
enterDelay="500"
20-
intervalDelay="50"
19+
enterDelay={500}
20+
intervalDelay={50}
2121
onPress{(event) => {
2222
// Callback fired when the mousedown or touchstart event is triggered.
2323
}}
@@ -28,7 +28,7 @@ npm install --save react-repeatable
2828
<button
2929
type="button"
3030
onClick={(event) => {
31-
// The action will be triggered multiple times.
31+
// The click action will be triggered multiple times.
3232
}}
3333
>
3434
Press Me

0 commit comments

Comments
 (0)