summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index 33bd256f..27d29655 100644
--- a/readme.md
+++ b/readme.md
@@ -55,7 +55,7 @@ it via:
```bash
sbt "~bin/test:run core.test"
-sbt "~bin/test:run --repl"
+sbt "~bin/test:run"
```
Lastly, you can generate IntelliJ Scala project files using Mill via
@@ -72,7 +72,7 @@ Mill provides a build REPL, which lets you explore the build interactively and
run `Target`s from Scala code:
```scala
-lihaoyi mill$ bin/target/mill --repl
+lihaoyi mill$ bin/target/mill
Loading...
Compiling (synthetic)/ammonite/predef/interpBridge.sc
Compiling (synthetic)/ammonite/predef/replBridge.sc