From 69201d94a6c4f822ccae7f6d11a55c36b5214878 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Sun, 30 Jan 2022 06:10:42 +0100 Subject: [PATCH] README: fix markdown lint warning --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6bc946c..6780ddc5 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ This plugin is compatible with: Basically, this plugin executes the following steps: -- This plugin searches for [`phpcodesniffer-standard` packages] in all of your currently installed Composer packages. +- This plugin searches for [`phpcodesniffer-standard` packages][] in all of your currently installed Composer packages. - Matching packages and the project itself are scanned for PHP_CodeSniffer rulesets. - The plugin will call PHP_CodeSniffer and configure the `installed_paths` option.