mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-06-20 23:11:05 +00:00
Change service worker to web worker in readme
They are different things. Monaco uses web workers.
This commit is contained in:
parent
e95737f7a2
commit
e4c13afe52
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ editor.create(document.createElement('editor'), {
|
|||
});
|
||||
```
|
||||
|
||||
Also make sure to register the service worker.
|
||||
Also make sure to register the web worker.
|
||||
|
||||
## Examples
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue