Skip to content

Commit

Permalink
remove CodeCponsor and add install instructions in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbarbara committed Nov 27, 2017
1 parent 3ddf74f commit e4408d1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Expand Up @@ -35,11 +35,14 @@ The SVG [`<use>`][svg-use-external-source] element can be used to achieve
something similar to this component. See [this article][use-article] for more
information and [this table][use-support] for browser support and caveats.

[![Code Sponsor](https://app.codesponsor.io/embed/aVyak7F2JA5ZCo4usjUoY8he/gilbarbara/react-inlinesvg.svg)](https://app.codesponsor.io/link/aVyak7F2JA5ZCo4usjUoY8he/gilbarbara/react-inlinesvg)


Usage
----
First install it.

`npm install --save react-inlinesvg`

And import it into your code:


```jsx
import SVG from 'react-inlinesvg';
Expand Down

0 comments on commit e4408d1

Please sign in to comment.