mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-06-19 14:31:13 +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
|
||||
|
||||
`yarn add @flexget/monaco-yaml`
|
||||
`yarn add monaco-yaml`
|
||||
See `test/index.html` as an example. Both vs loader and ESM are supported.
|
||||
|
||||
## Development
|
||||
|
||||
* `git clone https://github.com/kristenmills/monaco-yaml`
|
||||
* `git clone https://github.com/pengx17/monaco-yaml`
|
||||
* `cd monaco-yaml`
|
||||
* `yarn`
|
||||
* open `$/monaco-yaml/demo/index.html` in your favorite browser.
|
||||
|
|
|
|||
Loading…
Reference in a new issue