summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--readme.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/readme.md b/readme.md
index 3c034478..eca289c8 100644
--- a/readme.md
+++ b/readme.md
@@ -68,10 +68,10 @@ git clean -xdf
sbt scalaplugin/test:assembly
# Build Mill executable using the Mill executable generated by SBT
-scalaplugin/target/mill run Core.assembly
+scalaplugin/target/mill run ScalaPlugin.assembly
# Build Mill executable using the Mill executable generated by Mill itself
-out/ScalaPlugin/assembly run Core.assembly
+out/ScalaPlugin/assembly run ScalaPlugin.assembly
```
Eventually, as Mill stabilizes, we will get rid of the SBT build entirely and
@@ -486,4 +486,4 @@ Each of these are relatively simple projects. Satisfying all of their
requirements (codegen, building, testing, publishing, etc.) and being happy with
the Mill code necessary to do so (both in their build code, as well as Mill's
own implementation). Meeting that baseline is the minimum we should support
-before advertising Mill to the general community \ No newline at end of file
+before advertising Mill to the general community