Skip to content

Commit 8740da2

Browse files
committed
Added size to example
1 parent 8967c90 commit 8740da2

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,11 @@ npm install react-countdown-clock
1313
## Usage
1414

1515
```javascript
16-
<ReactCountdownClock seconds={60}
17-
color={#000}
18-
alpha={0.9}
16+
<ReactCountdownClock seconds={60}
17+
color={#000}
18+
alpha={0.9}
19+
size={300}
1920
onComplete={myCallback} />
2021
```
22+
23+
Enjoy :p

0 commit comments

Comments
 (0)