summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/pages/2 - Configuring Mill.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/pages/2 - Configuring Mill.md b/docs/pages/2 - Configuring Mill.md
index 1d0ff4b5..60016cbf 100644
--- a/docs/pages/2 - Configuring Mill.md
+++ b/docs/pages/2 - Configuring Mill.md
@@ -478,7 +478,7 @@ main class to your `foo.jar` and `foo.assembly` jars.
When you make a runnable jar of your project with `assembly` command,
you may want to exclude some files from a final jar (like signature files, and manifest files from library jars),
-and merge duplicated files (for instance reference.conf files from library dependencies).
+and merge duplicated files (for instance `reference.conf` files from library dependencies).
By default mill excludes all `*.sf`, `*.dsa`, `*.rsa`, and `META-INF/MANIFEST.MF` files from assembly, and concatenates all `reference.conf` files.
You can also define your own merge/exclude rules.