This commit is contained in:
Joseph Garrone 2020-05-16 06:49:52 +02:00
parent ad133f2229
commit 98ebeec44e
2 changed files with 10 additions and 2 deletions

View file

@ -42,7 +42,7 @@ Expose a global ( wider browser support):
```html
<script src="//unpkg.com/#{REPO_NAME}#/umd_bundle.min.js"></script>
<script>
var myFunction = #{REPO_NAME_NO_DASHES}.myFunction;
var myFunction = #{REPO_NAME_NO_DASHES}#.myFunction;
</script>
```