diff --git a/README.md b/README.md index cfd70be..e445c60 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ TODO: Document exact distribution method * `git clone https://github.com/kpdecker/monaco-yaml` * `cd monaco-yaml` -* `npm install .` +* `yarn` * `npm run watch` * open `$/monaco-yaml/test/index.html` in your favorite browser. diff --git a/test/index.html b/test/index.html index 9abd2d9..6090f40 100644 --- a/test/index.html +++ b/test/index.html @@ -15,7 +15,7 @@ var require = { paths: { 'vs/basic-languages': '../node_modules/monaco-languages/release', - 'vs/language/yaml': '../release/dev', + 'vs/languages/yaml': '../release/dev', 'vs': '../node_modules/monaco-editor-core/dev/vs' } }; @@ -27,78 +27,32 @@