Skip to content

Commit bd1aea4

Browse files
committed
update readme
1 parent b424134 commit bd1aea4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ npm install react-input-color --save
2121
yarn add react-input-color
2222
```
2323

24-
### Demo
24+
### Storybook Demo
2525

26-
[https://swiftcarrot.dev/react-input-color](https://swiftcarrot.dev/react-input-color)
26+
[https://react-input-color.caitouyun.com](https://react-input-color.caitouyun.com)
2727

2828
### Usage
2929

@@ -48,7 +48,7 @@ function App() {
4848
width: 50,
4949
height: 50,
5050
marginTop: 20,
51-
backgroundColor: color.rgba
51+
backgroundColor: color.rgba,
5252
}}
5353
/>
5454
</div>

0 commit comments

Comments
 (0)