From 6f5df4acfe7344cb3aca54f1ab41a1a244d82264 Mon Sep 17 00:00:00 2001 From: Geoffroy Empain Date: Tue, 21 Jan 2020 16:15:58 +0100 Subject: [PATCH] docs: fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c96bf5..0ddeb14 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ for the API that the JSON plugin offers to configure the JSON language support. ## Installing `yarn add monaco-yaml` -See `test/index.html` as an example. Currently only load with vs loader is supported. (AMD) +See `demo/index.html` as an example. Currently only load with vs loader is supported. (AMD) Load with ESM is added, but not yet tested. ## Development