Fix Readme

This commit is contained in:
Kristen Mills 2020-01-28 17:49:14 -08:00 committed by GitHub
parent dbda6b2631
commit c79683dd7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.