This commit is contained in:
Joseph Garrone 2020-05-26 19:19:59 +02:00
parent dcf8421fba
commit 95d413a2ce
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@ Import it via a bundle that creates a global ( wider browser support ):
```html
<script src="//unpkg.com/#{REPO_NAME}#/bundle.min.js"></script>
<script>
const { myFunction, myObject } = #{REPO_NAME}#;
const { myFunction, myObject } = #{REPO_NAME_NO_DASHES}#;
</script>
```