We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caf7246 commit d18396eCopy full SHA for d18396e
README.md
@@ -4,7 +4,7 @@
4
5
# React-Clock
6
7
-A component to display clock for your React application.
+An analog clock for your React app.
8
9
## tl;dr
10
* Install by executing `npm install react-clock` or `yarn add react-clock`.
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "react-clock",
3
"version": "2.2.0",
- "description": "A component to display clock for your React application.",
+ "description": "An analog clock for your React app.",
"main": "dist/entry.js",
"es6": "src/entry.js",
"scripts": {
0 commit comments