diff --git a/README.md b/README.md index f36f9f1c..5bba300b 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ CSS language plugin for the Monaco Editor. It provides the following features wh * Find definition, references & highlights for symbols in the same file * Document Symbols -Linting an be configured through the API. See ([here](https://github.com/Microsoft/monaco-css/blob/master/src/monaco.d.ts) for the API that the +Linting an be configured through the API. See [here](https://github.com/Microsoft/monaco-css/blob/master/src/monaco.d.ts) for the API that the CSS plugin offers to configure the CSS/LESS/SCSS language support. Internally the CSS plugin uses the [vscode-css-languageservice](https://github.com/Microsoft/vscode-css-languageservice)