From 0652da453d20df1f2848408c04343f9e22a5c096 Mon Sep 17 00:00:00 2001 From: Matthieu Napoli Date: Tue, 14 Nov 2017 23:03:48 +0100 Subject: [PATCH] Improve the README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bdbbd7c..b967cb6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -> A single command to run PHP code formatters like CodeSniffer or PHP-CS-Fixer. +**A single command to run PHP code formatters like CodeSniffer or PHP-CS-Fixer.** + +--- [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) and [PHP-CS-Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) are powerful but using them is not simple. It is not always obvious which tool a project uses and whether there is a configuration file to use or whether you need to provide options to the CLI command.