summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/pages/2 - Configuring Mill.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/pages/2 - Configuring Mill.md b/docs/pages/2 - Configuring Mill.md
index 6f7b29c7..235fcc44 100644
--- a/docs/pages/2 - Configuring Mill.md
+++ b/docs/pages/2 - Configuring Mill.md
@@ -395,9 +395,10 @@ object unhyphenatedModule extends Module {
```
Mill modules and tasks may be composed of any of the following characters types:
- - Alphanumeric (A-Z, a-z, and 0-9)
- - Underscore (_)
- - Hyphen (-)
+
+- Alphanumeric (A-Z, a-z, and 0-9)
+- Underscore (_)
+- Hyphen (-)
Due to Scala naming restrictions, module and task names with hyphens must be surrounded by back-ticks (`).