Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
OzzyCzech committed Feb 23, 2024
1 parent ee5f24d commit 3bbc782
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
6 changes: 2 additions & 4 deletions packages/wticons-astro/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ This can easily be solved by using an alias:
import { Astro as AstroIcon } from '@wticons/astro';
```

## Credits
### License

* [SVGPorn](https://svgporn.com/) - A huge collection of SVG logos by [@gilbarbara](https://github.com/gilbarbara)
* [devicon](https://devicon.dev) - a set of icons representing programming languages, designing, and development tools.
* [SVGO](https://github.com/svg/svgo) - Node.js tool for optimizing SVG files
[MIT](../../LICENSE)
8 changes: 5 additions & 3 deletions packages/wticons-react/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ import { React as ReactIcon } from 'wticons';

## Credits

* [SVGPorn](https://svgporn.com/) - A huge collection of SVG logos by [@gilbarbara](https://github.com/gilbarbara)
* [devicon](https://devicon.dev) - a set of icons representing programming languages, designing, and development tools.
* [SVGO](https://github.com/svg/svgo) - Node.js tool for optimizing SVG files
* [SVGR](https://react-svgr.com) - a complete tool box to take advantage of using SVGs in your React applications.


## License

[MIT](../../LICENSE)
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ yarn add @wticons/react
yarn add @wticons/astro
```

## Credits

* [SVGPorn](https://svgporn.com/) - A huge collection of SVG logos by [@gilbarbara](https://github.com/gilbarbara)
* [devicon](https://devicon.dev) - a set of icons representing programming languages, designing, and development tools.
* [SVGO](https://github.com/svg/svgo) - Node.js tool for optimizing SVG files

## License

[MIT](./LICENSE)

0 comments on commit 3bbc782

Please sign in to comment.