mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-07-06 11:30:46 +00:00
Fix Readme
This commit is contained in:
parent
dbda6b2631
commit
c79683dd7a
1 changed files with 2 additions and 2 deletions
|
|
@ -14,12 +14,12 @@ for the API that the JSON plugin offers to configure the JSON language support.
|
||||||
|
|
||||||
## Installing
|
## Installing
|
||||||
|
|
||||||
`yarn add @flexget/monaco-yaml`
|
`yarn add monaco-yaml`
|
||||||
See `test/index.html` as an example. Both vs loader and ESM are supported.
|
See `test/index.html` as an example. Both vs loader and ESM are supported.
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
* `git clone https://github.com/kristenmills/monaco-yaml`
|
* `git clone https://github.com/pengx17/monaco-yaml`
|
||||||
* `cd monaco-yaml`
|
* `cd monaco-yaml`
|
||||||
* `yarn`
|
* `yarn`
|
||||||
* open `$/monaco-yaml/demo/index.html` in your favorite browser.
|
* open `$/monaco-yaml/demo/index.html` in your favorite browser.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue