summaryrefslogtreecommitdiff
path: root/docs/pages
diff options
context:
space:
mode:
Diffstat (limited to 'docs/pages')
-rw-r--r--docs/pages/1 - Intro to Mill.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/pages/1 - Intro to Mill.md b/docs/pages/1 - Intro to Mill.md
index 63b69601..be5ce050 100644
--- a/docs/pages/1 - Intro to Mill.md
+++ b/docs/pages/1 - Intro to Mill.md
@@ -99,9 +99,9 @@ $ mill foo.jar # bundle the classfiles into a jar
$ mill foo.assembly # bundle classfiles and all dependencies into a jar
-$ mill foo.console # start a Scala console within your project
+$ mill -i foo.console # start a Scala console within your project (in interactive mode: "-i")
-$ mill foo.repl # start an Ammonite REPL within your project
+$ mill -i foo.repl # start an Ammonite REPL within your project (in interactive mode: "-i")
```
You can run `mill resolve __` to see a full list of the different tasks that are