diff --git a/README.md b/README.md index 96fcd37c..9f18e8fd 100644 --- a/README.md +++ b/README.md @@ -83,12 +83,13 @@ You can also define configuration as a file `.phplint.yml`: path: ./ jobs: 10 cache: build/phplint.cache +no-cache: false extensions: - php exclude: - vendor warning: false -memory_limit: -1 +memory-limit: -1 ``` ```shell