From 297b5719d78db068db55d2175ee7a714b0af42d9 Mon Sep 17 00:00:00 2001
From: Bart Jaskulski <bjaskulski@protonmail.com>
Date: Fri, 17 Nov 2023 14:52:18 +0100
Subject: [PATCH] fix: wrap <path> in code block

Signed-off-by: Bart Jaskulski <bjaskulski@protonmail.com>
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e4b8bd8..6c07ad7 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ composer require wpdesk/phpstan-rules
 
 After installation, you can simply use PHPStan in your project without the need to further configuration. Nevertheless, as project grows, it's worth to add even [the basic one](https://phpstan.org/config-reference).
 
-To run PHPStan, simply execute the following command (<path> is only required if not present in configuration file):
+To run PHPStan, simply execute the following command (`<path>` is only required if not present in configuration file):
 
 ```sh
 vendor/bin/phpstan analyse <path>
-- 
GitLab