Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lijinke666 committed May 22, 2018
1 parent 7f089ec commit e2e006f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ yarn add rc-message

## Screenshots

> ![success](https://github.com/lijinke666/react-message/blob/master/screenshots/success.png)
> ![confirm](https://github.com/lijinke666/react-message/blob/master/screenshots/confirm.png)
> ![prompt](https://github.com/lijinke666/react-message/blob/master/screenshots/prompt.png)
> ![dark](https://github.com/lijinke666/react-message/blob/master/screenshots/dark.png)
![success](https://github.com/lijinke666/react-message/blob/master/screenshots/success.png)
![confirm](https://github.com/lijinke666/react-message/blob/master/screenshots/confirm.png)
![prompt](https://github.com/lijinke666/react-message/blob/master/screenshots/prompt.png)
![dark](https://github.com/lijinke666/react-message/blob/master/screenshots/dark.png)

## Example
[https://lijinke666.github.io/react-message/](https://lijinke666.github.io/react-message/)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rc-message",
"version": "1.3.4",
"version": "1.3.5",
"main": "lib/index.js",
"description": "a message notice ui component for react",
"scripts": {
Expand Down

0 comments on commit e2e006f

Please sign in to comment.