diff --git a/README.md b/README.md index c83cab3..38dbb8a 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # TYPO3 CopyPaste detector Lint Github Action -This action lints CopyPaste detector code of your TYPO3 extension. +This action checks the code of your TYPO3 extension with the [CopyPaste detector](https://github.com/sebastianbergmann/phpcpd) regarding duplicate lines of code. This helps to write better code and reduce the maintenance afford of your code. ## Inputs ### `Files` -Files you want to lint. Default `Classes Configuration Tests`. +Base folder(s) you want to check. Default `Classes Configuration Tests`. ## Example usage