Skip to content

Commit

Permalink
Merge pull request #281 from zalando-incubator/fix-readme-version-typo
Browse files Browse the repository at this point in the history
Minor CLI readme fix
  • Loading branch information
fmueller authored Apr 18, 2017
2 parents c7be360 + b090395 commit d8b10e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ requesting violations check at a given Zally server.
```bash
#!/usr/bin/env bash
function zally {
java -Done-jar.silent=true -jar /PATH/TO/zally-1.0.jar "$@"
java -Done-jar.silent=true -jar /PATH/TO/zally-1.0.0.jar "$@"
}
zally $@
```
Expand Down Expand Up @@ -87,7 +87,7 @@ zally --help
2. Create a release:

```bash
./gradlew clean build -Pversion=1.0
./gradlew clean build -Pversion=1.0.0
```

3. Unstash the changes:
Expand Down

0 comments on commit d8b10e5

Please sign in to comment.