Skip to content

Commit d89ce42

Browse files
committed
minor update in package.jsand readme description
1 parent f2a0ad6 commit d89ce42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-timer-hook",
33
"version": "1.1.5",
4-
"description": "React timer hook is a custom react hook built to handle timers, stopwatch and time logic/state in your react component.",
4+
"description": "React timer hook is a custom react hook built to handle timers(countdown), stopwatch and time logic/state in your react component.",
55
"main": "dist/index.js",
66
"scripts": {
77
"build:dev": "webpack --config webpack.dev.js && webpack-dev-server --open --config webpack.dev.js",

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## react-timer-hook
22

3-
React timer hook is a custom [react hook](https://reactjs.org/docs/hooks-intro.html), built to handle timers(countdown), stopwatch, and time logic and state in your react component.
3+
React timer hook is a custom [react hook](https://reactjs.org/docs/hooks-intro.html), built to handle timers(countdown), stopwatch, and time logic/state in your react component.
44

55
1. `useTimer`: Timers (countdown timer)
66
2. `useStopwatch`: Stopwatch (count up timer)

0 commit comments

Comments
 (0)