Fix typo in doc

This commit is contained in:
Yi Cheng 2017-12-11 09:22:33 -08:00 committed by GitHub
parent 617fe5cc3d
commit 3c634d3fa8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -152,8 +152,8 @@ To iterate on code changes:
To build a distributable binary
```
./pants run cli/src/main/scala-2.11:coursier-cli
./pants binary cli/src/main/scala-2.11:coursier-cli
# Artifact will be placed under dist/
java -jar dist/coursier-cli.jar fetch --help
```
```