diff --git a/src/site/markdown/examples/filter.md b/src/site/markdown/examples/filter.md index c0f517c..240ae5d 100644 --- a/src/site/markdown/examples/filter.md +++ b/src/site/markdown/examples/filter.md @@ -147,7 +147,7 @@ and adding that to our POM ``` -**Warning:** Do not filter files with binary content like images\! This will most likely result in corrupt output. +**Warning:** Do not filter files with binary content like images! This will most likely result in corrupt output. If you have both text files and binary files as resources, it is recommended to have two separated folders: one folder `src/main/resources` (default) for the resources which are not filtered and another folder `src/main/resources-filtered` for the resources which are filtered.