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