From 8e976d297b33bd3dcc335d522c5be36e9e8b16f9 Mon Sep 17 00:00:00 2001 From: yaegassy Date: Tue, 9 Feb 2021 19:54:01 +0900 Subject: [PATCH] Fix code block in README (#257) --- Readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index f0ecdd8..77ce2b6 100644 --- a/Readme.md +++ b/Readme.md @@ -51,13 +51,13 @@ For yarn2 ( >= v2.0.0-rc.36) user want to use local typescript module: - Run command `yarn dlx @yarnpkg/pnpify --sdk vim`, which will generate `.vim/coc-settings.json`, with content: - ````json + ```json { "tsserver.tsdk": ".yarn/sdks/typescript/lib", "eslint.packageManager": "yarn", "eslint.nodePath": ".yarn/sdks" - } ``` - ```` + } + ``` ## Features