Skip to content

Commit

Permalink
Update readme.md to fix a typo (#223)
Browse files Browse the repository at this point in the history
* Update readme.md to fix a typo

* Update readme.md
  • Loading branch information
AlexITC authored and lihaoyi committed Mar 13, 2018
1 parent 86ac465 commit ac7eedc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ mill bridges[2.12.4].publish --credentials foo --gpgPassphrase bar
mill all main.test scalalib.test
```

**Note**: don't forget to put `--all` flag when you run multiple commands, otherwise the only first command will be run, and subsequent commands will be passed as arguments to the first one.
**Note**: don't forget to put `all` flag when you run multiple commands, otherwise the only first command will be run, and subsequent commands will be passed as arguments to the first one.

* Run multiple commands with arguments:
```bash
Expand Down Expand Up @@ -165,7 +165,7 @@ mill all __.test
mill all bridges[_].compile
```

**Note**: When you run multiple targets with `--all` flag, they are not
**Note**: When you run multiple targets with `all` command, they are not
guaranteed to run in that exact order. Mill will build task evaluation graph and
run targets in correct order.

Expand Down

0 comments on commit ac7eedc

Please sign in to comment.