diff --git a/README.md b/README.md index 660baf8..b5fefc7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # vscode-markuplint -[markuplint](https://markuplint.dev) for Visual Studio Code +[Markuplint](https://markuplint.dev) for Visual Studio Code ## Extension Settings diff --git a/package.json b/package.json index bfb7634..d7455f2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vscode-markuplint", - "displayName": "markuplint", - "description": "markuplint for VS Code", + "displayName": "Markuplint", + "description": "Markuplint for VS Code", "version": "3.0.0", "publisher": "yusukehirao", "license": "MIT", @@ -43,11 +43,11 @@ "contributes": { "configuration": { "type": "object", - "title": "markuplint configuration", + "title": "Markuplint configuration", "properties": { "markuplint.enable": { "type": "boolean", - "description": "Control whether markuplint is enabled for HTML files or not.", + "description": "Control whether Markuplint is enabled for HTML files or not.", "scope": "language-overridable", "default": true },