Update README.md

pull/2748/head
Alexandru Dima 7 years ago committed by GitHub
parent 1e3817ae55
commit 30868019d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -26,7 +26,9 @@ module.exports = {
* `index.js`:
```js
import * as monaco from 'monaco-editor';
import * as monaco from 'monaco-editor'
// or import * as monaco from 'monaco-editor/esm/vs/editor/editor.api';
// if shipping only a subset of the features & languages is desired
monaco.editor.create(document.getElementById('container'), {
value: 'console.log("Hello, world")',

Loading…
Cancel
Save