Skip to content

Commit

Permalink
Merge pull request #1734 from tanem/fix-example
Browse files Browse the repository at this point in the history
Fix umd prod example
  • Loading branch information
tanem committed Apr 9, 2022
2 parents def58a0 + c39d0b1 commit 5b55bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/umd-prod/index.html
Expand Up @@ -12,7 +12,7 @@
<div id="app"></div>
<script type="text/babel">
ReactDOM.render(
<ReactSVG.React.SVG src="svg.svg" />,
<ReactSVG.ReactSVG src="svg.svg" />,
document.getElementById('app')
)
</script>
Expand Down

0 comments on commit 5b55bd1

Please sign in to comment.