diff --git a/README.md b/README.md index 75230840..ce870cc4 100644 --- a/README.md +++ b/README.md @@ -84,12 +84,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