From c79683dd7a325a0fd79284c781e9bf0ff3ca52e8 Mon Sep 17 00:00:00 2001 From: Kristen Mills Date: Tue, 28 Jan 2020 17:49:14 -0800 Subject: [PATCH] Fix Readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9d59612..24f552c 100644 --- a/README.md +++ b/README.md @@ -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.