From c0add683304b0cd5148fe2935cf24db09aa57119 Mon Sep 17 00:00:00 2001 From: lotyp Date: Sat, 18 May 2024 19:20:09 +0300 Subject: [PATCH] chore: lint md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ee61a2f..b499756 100644 --- a/README.md +++ b/README.md @@ -121,13 +121,13 @@ vendor/bin/php-cs-fixer fix -v To use via composer script commands: -* Fixes code to follow coding standards using php-cs-fixer: +- Fixes code to follow coding standards using php-cs-fixer: ```bash composer cs:diff ``` -* Runs php-cs-fixer in dry-run mode and shows diff which will by applied: +- Runs php-cs-fixer in dry-run mode and shows diff which will by applied: ```bash composer cs:fix @@ -149,7 +149,6 @@ To use via composer script commands: make lint-diff ``` -
## 🔒 Security Policy