Skip to content

Commit

Permalink
Merge pull request #957 from cancerberoSgx/install-instructions-fix
Browse files Browse the repository at this point in the history
fix small error in integration docs
  • Loading branch information
alexdima committed Aug 8, 2018
2 parents c4f9d70 + 046a042 commit 1dd1bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/integrate-amd-cross.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Assuming the HTML lives on `www.mydomain.com` and the editor is hosted on `www.m
getWorkerUrl: function(workerId, label) {
return `data:text/javascript;charset=utf-8,${encodeURIComponent(`
self.MonacoEnvironment = {
baseUrl: 'http://www.mycdn.com/monaco-editor/min/vs'
baseUrl: 'http://www.mycdn.com/monaco-editor/min/'
};
importScripts('http://www.mycdn.com/monaco-editor/min/vs/base/worker/workerMain.js');`
)}`;
Expand Down

0 comments on commit 1dd1bd0

Please sign in to comment.