Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Bitaru committed Jan 13, 2023
1 parent e17831c commit 24241ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ Load from a CDN
window.__monaco_component_base = function(filename) {
return 'https://unpkg.com/monaco-component@latest/dist/' + filename
}
window.__monaco_component_module_base = function(filename) {
return 'https://unpkg.com/monaco-component@latest/lib/' + filename
}
</script>
<script type="module" src="https://unpkg.com/monaco-component@latest/lib/monaco-component.js"></script>
<script nomodule src="https://unpkg.com/monaco-component@latest/dist/index.js"></script>
Expand Down

0 comments on commit 24241ce

Please sign in to comment.