diff --git a/README.md b/README.md index f153bd3b..8a223f6f 100644 --- a/README.md +++ b/README.md @@ -42,9 +42,10 @@ includes: ## Enabling rules one-by-one -If you don't want to start using all the available strict rules at once but only one or two, you can! Just don't include the whole `rules.neon` from this package in your configuration, but look at its contents and copy only the rules you want to your configuration: +If you don't want to start using all the available strict rules at once but only one or two, you can! Just don't include the whole `rules.neon` from this package in your configuration, but look at its contents and copy only the rules you want to your configuration under the `services` key: ``` +services: - class: PHPStan\Rules\StrictCalls\StrictFunctionCallsRule tags: