Skip to content

Commit d8b10e5

Browse files
authored
Merge pull request #281 from zalando-incubator/fix-readme-version-typo
Minor CLI readme fix
2 parents c7be360 + b090395 commit d8b10e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cli/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ requesting violations check at a given Zally server.
3737
```bash
3838
#!/usr/bin/env bash
3939
function zally {
40-
java -Done-jar.silent=true -jar /PATH/TO/zally-1.0.jar "$@"
40+
java -Done-jar.silent=true -jar /PATH/TO/zally-1.0.0.jar "$@"
4141
}
4242
zally $@
4343
```
@@ -87,7 +87,7 @@ zally --help
8787
2. Create a release:
8888

8989
```bash
90-
./gradlew clean build -Pversion=1.0
90+
./gradlew clean build -Pversion=1.0.0
9191
```
9292

9393
3. Unstash the changes:

0 commit comments

Comments
 (0)