diff --git a/README.md b/README.md index 48377d3..3404a69 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ nested hashes in the YAML: ClassLineCountCheck: threshold: 500 MethodNameCheck: - pattern: /^[a-z].*/ + pattern: '^[a-z].*' ``` This would for example only report classes with more than 500 lines and require that all method names start