Skip to content

Commit 2423a9f

Browse files
authored
Merge pull request #4 from ryanhefner/develop
v0.1.3
2 parents d7e88ae + 1f487d9 commit 2423a9f

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

README.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@ time while active.
66

77
## Install
88

9-
Via [npm](https://npmjs.com/package/react-timer-wrapper):
10-
```
9+
Via [npm](https://npmjs.com/package/react-timer-wrapper)
10+
11+
```sh
1112
npm install --save react-timer-wrapper
1213
```
1314

14-
Via [Yarn](https://yarn.fyi/react-timer-wrapper):
15-
```
15+
Via [Yarn](https://yarn.fyi/react-timer-wrapper)
16+
17+
```sh
1618
yarn add react-timer-wrapper
1719
```
1820

@@ -41,7 +43,7 @@ completion. Or, you can use it to track the time that occurs while it’s active
4143

4244
#### Standalone
4345

44-
```
46+
```js
4547
import Timer from 'react-timer-wrapper';
4648

4749
...
@@ -84,7 +86,7 @@ import Timer from 'react-timer-wrapper';
8486

8587
#### With children
8688

87-
```
89+
```js
8890
import Timer from 'react-timer-wrapper';
8991
import CircleIndicator from 'react-indicators';
9092

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"files": [
99
"index.js",
1010
"es",
11+
"src",
1112
"umd"
1213
],
1314
"directories": {

0 commit comments

Comments
 (0)