react-svg
Advanced tools
Comparing version 2.2.11 to 2.2.12
{ | ||
"name": "react-svg", | ||
"version": "2.2.11", | ||
"version": "2.2.12", | ||
"description": "A React component that uses SVGInjector to add SVG to the DOM.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -28,3 +28,3 @@ # react-svg | ||
There is a working version of the above in the `example` dir. First run `npm start`, then point a browser at `localhost:8080`. | ||
There is a working version of the above in the `examples/basic` dir. First run `npm start`, then point a browser at `localhost:8080/basic`. | ||
@@ -31,0 +31,0 @@ ## API |
63703
16
927