aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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