summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 5552e402..4dc6ca1c 100644
--- a/readme.md
+++ b/readme.md
@@ -65,7 +65,7 @@ sbt "~bin/test:run"
Lastly, you can generate IntelliJ Scala project files using Mill via
```bash
-./target/bin/mill idea
+./target/bin/mill mill.scalalib.GenIdeaModule/idea
```
Allowing you to import a Mill project into Intellij without using SBT