Skip to content

Commit

Permalink
Fix umd prod example
Browse files Browse the repository at this point in the history
  • Loading branch information
tanem committed Apr 9, 2022
1 parent def58a0 commit c39d0b1
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 c39d0b1

Please sign in to comment.