From b3a56e85e1f3546257f17997cc1463d1e0fb75d8 Mon Sep 17 00:00:00 2001 From: Gertjan Krol Date: Sun, 18 Sep 2022 18:13:06 +0200 Subject: [PATCH] Updated README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5bb45a8..affdffd 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Latest Version on Packagist](https://img.shields.io/packagist/v/crawl/coding-standard.svg?style=flat-square)](https://packagist.org/packages/crawl/coding-standard) [![Total Downloads](https://img.shields.io/packagist/dt/crawl/coding-standard.svg?style=flat-square)](https://packagist.org/packages/crawl/coding-standard) -This package provides rule sets for the Crawl Coding Standard.\ +This package provides rule sets for the Crawl Coding Standard. It requires `squizlabs/php_codesniffer` and some extensions (see [composer.json](composer.json)). ## Installation @@ -15,8 +15,9 @@ composer require crawl/coding-standard --dev ``` ## Usage -Depending on your project, copy `phpcs-laravel.xml` or `phpcs-package.xml` from `config/` to your project.\ -**Note:** don't forget to update `Package\Namespace` when using `phpcs-package.xml`. +Depending on your project, copy `phpcs-laravel.xml` or `phpcs-package.xml` from `config/` to your project. + +> **Note:** don't forget to update `Package\Namespace` when using `phpcs-package.xml`. You can then run PHP Code Sniffer/Beautifier: ```bash