Skip to content

Commit

Permalink
Update README file
Browse files Browse the repository at this point in the history
  • Loading branch information
cristian-encalada committed Jan 20, 2024
1 parent 5edba15 commit f72e612
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 14 deletions.
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)
MIT License

Copyright (c) 2015 Raphaël Benitte
Copyright (c) 2024 Cristian Encalada

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ The `<MorphIcon />` component exposes 18 icon types.

It also provides a set of button components.

Please, take a look at the [demo](http://plouc.github.io/react-svg-buttons/).
Please, take a look at the [demo](http://cristian-encalada.github.io/react-svg-buttons-improved/).


## Installation

```
npm install --save react-svg-buttons
npm install react-svg-buttons
```

## Usage
Expand Down Expand Up @@ -43,7 +43,17 @@ render(<Demo />, document.getElementById('demo'))

## License

MIT. Copyright (c) 2015 Raphaël Benitte.
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE) file for details.

Original work:

- **[react-svg-buttons](https://github.com/original-author/react-svg-buttons)**
- MIT. Copyright (c) 2015 Raphaël Benitte.

Updated to support React 18.x.x:
- **[react-svg-buttons-improved](https://github.com/cristian-encalada/react-svg-buttons-improved)**
- Copyright (c) 2024 Cristian Encalada


[npm-image]: https://img.shields.io/npm/v/react-svg-buttons.svg?style=flat-square
[npm-url]: https://www.npmjs.org/package/react-svg-buttons
15 changes: 6 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
{
"name": "react-svg-buttons",
"description": "Configurable animated SVG buttons for react",
"version": "0.5.0",
"name": "react-svg-buttons-improved",
"description": "Configurable animated SVG buttons for react, update of react-svg-buttons",
"version": "0.1.0",
"main": "lib",
"author": {
"name": "Raphaël Benitte"
},
"author": "Raphaël Benitte",
"maintainers": [
{
"name": "plouc"
}
"plouc",
"cristian-encalada"
],
"license": "MIT",
"repository": {
Expand Down
Binary file added react-svg-buttons-0.5.0.tgz
Binary file not shown.

0 comments on commit f72e612

Please sign in to comment.