aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2019-09-22 22:52:01 -0400
committerJakob Odersky <jakob@odersky.com>2019-09-22 22:52:01 -0400
commit289b6bcdb6d0cef4e70d81989d4911cc04ca3f14 (patch)
treee9b4ed3f81295fa698ce0ba7000169c1b99bffc3
parent53e06d4e582a61eadab99cbe69cc6b6462ae4c85 (diff)
downloadsetup-mill-289b6bcdb6d0cef4e70d81989d4911cc04ca3f14.tar.gz
setup-mill-289b6bcdb6d0cef4e70d81989d4911cc04ca3f14.tar.bz2
setup-mill-289b6bcdb6d0cef4e70d81989d4911cc04ca3f14.zip
Update readmev0.1.3
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 06b0b13..dad26b7 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ Use this action to make [mill](http://www.lihaoyi.com/mill/) available in a job.
mill-version: 0.5.1
- name: Compile
run: mill project.compile
-# the server process and is kept alive across steps,
+# the server process is kept alive across steps,
# so separate invocations of mill remain extremely fast!
- name: Test
run: mill project.test