summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index f17341ef..23a1bff0 100644
--- a/readme.md
+++ b/readme.md
@@ -23,7 +23,8 @@ core unit tests
e.g.:
```bash
./scalaplugin/target/mill run Core.compile
-./scalaplugin/target/mill run Core.tests.run
+./scalaplugin/target/mill run Core.test.compile
+./scalaplugin/target/mill run Core.test
./scalaplugin/target/mill run ScalaPlugin.assembly
```