Update README.md

This commit is contained in:
Alexandru Dima 2019-12-20 12:43:53 +01:00 committed by GitHub
parent 6ca3dba45e
commit 89aa3dceaa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,6 +14,10 @@ npm run simpleserver
Go to <a href="http://localhost:8888">localhost:8888</a> and explore the samples! Go to <a href="http://localhost:8888">localhost:8888</a> and explore the samples!
## Issues
Please file issues concering `monaco-editor-samples` in the [`monaco-editor` repository](https://github.com/Microsoft/monaco-editor/issues).
## Loading variations ## Loading variations
* `browser-amd-editor`: running in a browser using `AMD` lazy loading. * `browser-amd-editor`: running in a browser using `AMD` lazy loading.
* `browser-script-editor`: running in a browser using `AMD` synchronous loading via `<script>` tags. * `browser-script-editor`: running in a browser using `AMD` synchronous loading via `<script>` tags.