From dc9df814a7b4b7663404c51c3b7c6b4ea04a54d2 Mon Sep 17 00:00:00 2001 From: Martin Aeschlimann Date: Mon, 27 Jun 2016 10:29:31 +0200 Subject: [PATCH] fix typos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dac5ff7a..63cc2312 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,12 @@ JSON language plugin for the Monaco Editor. It provides the following features w * Document Symbols * Syntax highlighting -Schemas can be provided by configuration. See ([here](https://github.com/Microsoft/monaco-json/blob/master/src/monaco.d.ts) for the API that the -JSON plugin offers to configure the JSON language support. +Schemas can be provided by configuration. See [here](https://github.com/Microsoft/monaco-json/blob/master/src/monaco.d.ts) +for the API that the JSON plugin offers to configure the JSON language support. Internally the JSON plugin uses the [vscode-json-languageservice](https://github.com/Microsoft/vscode-json-languageservice) node module, providing the implementation of the functionally listed above. The same module is also used -in [VSCode](https://github.com/Microsoft/vscode) to power the JSON editing experience. +in [Visual Studio Code](https://github.com/Microsoft/vscode) to power the JSON editing experience. ## Installing