summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorrockjam <5min4eq.unity@gmail.com>2018-06-10 00:11:40 +0300
committerrockjam <5min4eq.unity@gmail.com>2018-06-10 00:11:40 +0300
commit440700a836b460ffd9a75f4db27a1634e6371c83 (patch)
tree498655f2c32028b101f86eada073706a21133e69 /docs
parente8c1a8647a4dd938f1f9e6dfb192c45002de0b51 (diff)
downloadmill-440700a836b460ffd9a75f4db27a1634e6371c83.tar.gz
mill-440700a836b460ffd9a75f4db27a1634e6371c83.tar.bz2
mill-440700a836b460ffd9a75f4db27a1634e6371c83.zip
doc formatting
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.