summaryrefslogtreecommitdiff
path: root/docs/pages/1 - Intro to Mill.md
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-02-17 13:11:36 -0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-02-17 13:12:40 -0800
commit75a45f9163034ca9ba126cf07b3f87f3f24b1249 (patch)
tree463d82ba1ab192699017a6294883d5fbbad2e0e4 /docs/pages/1 - Intro to Mill.md
parent865045540bd80bebb1655005abf32bc089c33895 (diff)
downloadmill-75a45f9163034ca9ba126cf07b3f87f3f24b1249.tar.gz
mill-75a45f9163034ca9ba126cf07b3f87f3f24b1249.tar.bz2
mill-75a45f9163034ca9ba126cf07b3f87f3f24b1249.zip
Add unit test for main method discovery
Diffstat (limited to 'docs/pages/1 - Intro to Mill.md')
-rw-r--r--docs/pages/1 - Intro to Mill.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/pages/1 - Intro to Mill.md b/docs/pages/1 - Intro to Mill.md
index 74c12a2e..8d2c4847 100644
--- a/docs/pages/1 - Intro to Mill.md
+++ b/docs/pages/1 - Intro to Mill.md
@@ -59,7 +59,7 @@ This can be run from the Bash shell via:
```bash
$ mill foo.compile # compile sources into classfiles
-$ mill foo.runMain foo.ExampleMain # run the specified main method
+$ mill foo.run # run the main method, if any
$ mill foo.jar # bundle the classfiles into a jar