simple-digital-clock 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Simple Digital Clock
|
|
2
2
|
|
|
3
3
|
<p align="center">
|
|
4
4
|
<img src="https://github.com/chanloveit/react-clock/raw/main/public/clock.gif" alt="clock">
|
|
@@ -9,13 +9,13 @@ A simple digital clock component for React.js
|
|
|
9
9
|
## Installation
|
|
10
10
|
|
|
11
11
|
```bash
|
|
12
|
-
npm install
|
|
12
|
+
npm install simple-digital-clock
|
|
13
13
|
```
|
|
14
14
|
|
|
15
15
|
## Usage
|
|
16
16
|
|
|
17
17
|
```tsx
|
|
18
|
-
import Clock from "
|
|
18
|
+
import Clock from "simple-digital-clock";
|
|
19
19
|
|
|
20
20
|
export default function App() {
|
|
21
21
|
return (
|