diff --git a/README.md b/README.md index 69b4c13dc9..f4bd567a19 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ## About **PMD** is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, -unnecessary object creation, and so forth. It supports Java, JavaScript, Salesforce.com Apex, PLSQL, Apache Velocity, +unnecessary object creation, and so forth. It supports Java, JavaScript, Salesforce.com Apex and Visualforce, PLSQL, Apache Velocity, XML, XSL. Additionally it includes **CPD**, the copy-paste-detector. CPD finds duplicated code in