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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # React Clock
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 react-clock
12
+ npm install simple-digital-clock
13
13
  ```
14
14
 
15
15
  ## Usage
16
16
 
17
17
  ```tsx
18
- import Clock from "react-clock";
18
+ import Clock from "simple-digital-clock";
19
19
 
20
20
  export default function App() {
21
21
  return (
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simple-digital-clock",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "A React component library for displaying clocks",
5
5
  "keywords": [
6
6
  "react",