mirror of
https://github.com/garronej/ts-ci.git
synced 2025-11-30 21:43:05 +00:00
Fix cdn
This commit is contained in:
parent
dcf8421fba
commit
95d413a2ce
2 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue