aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLarsSommer <[email protected]>2013-12-17 14:01:02 +0100
committerLarsSommer <[email protected]>2013-12-17 14:01:02 +0100
commita69a6e36c01cb23da23787bb6dcef3cf3581e453 (patch)
tree64fa122d6dab7cb8e13f55679c3829072a18a249 /README.md
parent5bd6a75069f70cb0ca41d14464a11fe1f2ff425d (diff)
Edited readme.md
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index c95110c..3f0f216 100755
--- a/README.md
+++ b/README.md
@@ -84,13 +84,13 @@ Class org.project.MyClass2
Changed Field field2 removed: final
```
-### excludes/includes
+### Excludes / Includes
In- or exclude classes for the validation by specifying a fully qualified
-class name or using wild cards. There are two wild cards: "*" and "**".
-"*" is a wild card for an arbitrary number of characters but at most one
+class name or using wild cards. There are two wild cards: `*` and `**`.
+`*` is a wild card for an arbitrary number of characters but at most one
folder hierarchy.
-"**" is a wild card for an arbitrary number of characters and an arbitrary
+`**` is a wild card for an arbitrary number of characters and an arbitrary
number of folder hierarchies.
```