Fix line about icon sets
This commit is contained in:
parent
eeb630ff43
commit
1873d24cd5
2 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ This project provides a way to utilize SVG icons in React-based projects with ea
|
|||
|
||||
- The aforementioned **React Component**, which transparently handles mapping between SVG and IMG tags in various browsers. It's optimized to be fast, and comes with no external dependencies beyond React itself.
|
||||
|
||||
- _**Bonus:**_ react-iconpack ships with **over 1,000 ready to use SVG icons** from various different open source projects. Hit the ground running and avoid the tedious task of gathering all the assets you need.
|
||||
- _**Bonus:**_ react-iconpack ships with **over 1,000 ready to use SVG icons** from various different icon projects. Hit the ground running and avoid the tedious task of gathering all the assets you need.
|
||||
|
||||
Installation and Usage
|
||||
==============
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"name": "react-iconpack",
|
||||
"description": "A React Component for handling SVGs coupled with Babel and Browserify plugins to only bundle the SVGs you use.",
|
||||
"author": "Ryan McGrath",
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.1",
|
||||
"license": "MIT",
|
||||
|
||||
"dependencies": {
|
||||
|
|
|
|||
Reference in a new issue