summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorrockjam <5min4eq.unity@gmail.com>2018-01-10 01:30:50 +0300
committerrockjam <5min4eq.unity@gmail.com>2018-01-10 01:30:58 +0300
commitf084c2059f1c21c3ac7726f4d06881d6fba7d341 (patch)
treefed8fe0d7872c833ff71ae4769f82eceb6432625 /readme.md
parentedf6e32fd1fd2660355d4034291d71d677c19b31 (diff)
downloadmill-f084c2059f1c21c3ac7726f4d06881d6fba7d341.tar.gz
mill-f084c2059f1c21c3ac7726f4d06881d6fba7d341.tar.bz2
mill-f084c2059f1c21c3ac7726f4d06881d6fba7d341.zip
fix some typos in readme
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index 58116a5a..7ae9ac67 100644
--- a/readme.md
+++ b/readme.md
@@ -68,7 +68,7 @@ Allowing you to import a Mill project into Intellij without using SBT
### Command line
-There is a number of ways to run targets via command line:
+There is a number of ways to run targets and commands via command line:
* Run single target:
```bash
@@ -97,7 +97,7 @@ Here `--credentials foo --gpgPassphrase bar` arguments will be passed to both `b
**Note**: arguments list should be separated with `--` from command list.
-Sometimes it is tedious to write multiple targets when you want to run same targets on multiple modules, or multiple targets on one module.
+Sometimes it is tedious to write multiple targets when you want to run same target in multiple modules, or multiple targets in one module.
Here brace expansion from bash(or another shell that support brace expansion) comes to rescue. It allows you to make some "shortcuts" for multiple commands.
* Run same targets in multiple modules with brace expansion: