Skip to content

Commit e6f3db1

Browse files
tretkowskigaul
authored andcommitted
Update examples to reflect 1.0.0 version
1 parent 1e688a7 commit e6f3db1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ Users can
3838
[download releases](https://github.com/bouncestorage/swiftproxy/releases)
3939
from GitHub. One can also build the project by running `mvn package`
4040
which produces a binary at
41-
`target/swift-proxy-1.0-SNAPSHOT-jar-with-dependencies.jar`.
41+
`target/swift-proxy-1.0.0-jar-with-dependencies.jar`.
4242
SwiftProxy requires Java 8 to run.
4343

4444
Examples
4545
--------
4646

4747
```
48-
java -jar ./swift-proxy-1.0-SNAPSHOT-jar-with-dependencies.jar --properties swiftproxy.conf
48+
java -jar ./swift-proxy-1.0.0-jar-with-dependencies.jar --properties swiftproxy.conf
4949
```
5050

5151
Users can configure SwiftProxy via a properties file. An example

0 commit comments

Comments
 (0)