diff --git a/pmd/xdocs/credits.xml b/pmd/xdocs/credits.xml
index 7407a9c05d..d80c5f1079 100644
--- a/pmd/xdocs/credits.xml
+++ b/pmd/xdocs/credits.xml
@@ -10,6 +10,7 @@
+
That's pretty much it. Now you can open a Java project and click on Plugins->PMD and - PMD will run several of the rulesets on the source code in your project. Or, - if you don't have a project open, PMD will check the current file in the editor.
+ a configuration panel will pop up. You can pick which ruleset you want to run and + you can also pick whether you want to run PMD on the current file or on every + source file in your project.Note that the source code needs to be compilable before PMD can check it.