From 49090089be99ab448e9d35ae1dd7436d4c67389d Mon Sep 17 00:00:00 2001 From: Kenneth Skovhus Date: Sun, 28 Jul 2024 21:37:30 +0200 Subject: [PATCH] Update vscode-client/README.md --- vscode-client/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode-client/README.md b/vscode-client/README.md index 81d96297..a6156d27 100644 --- a/vscode-client/README.md +++ b/vscode-client/README.md @@ -6,7 +6,7 @@ Visual Studio Code extension utilizing the [Bash Language Server](bash-lsp) and integrating with [explainshell][explainshell], [shellcheck][shellcheck] and [shfmt][shfmt]. -We strongly recommend that you [install shellcheck](https://github.com/koalaman/shellcheck#installing) to enable linting and [install shfmt](https://github.com/mvdan/sh?tab=readme-ov-file#shfmt) to enable formatting. +We recommend that you [install shellcheck](https://github.com/koalaman/shellcheck#installing) to enable linting and [install shfmt](https://github.com/mvdan/sh?tab=readme-ov-file#shfmt) to enable formatting. ## Features