README.md in zeebe-client-0.17.0 vs README.md in zeebe-client-0.18.0
- old
+ new
@@ -11,11 +11,11 @@
gem install zeebe-client
Run a Zeebe instance locally:
```sh
-docker run -it --rm -p 26500:26500 camunda/zeebe:8.0.0
+docker run -it --rm -p 26500:26500 camunda/zeebe:8.1.12
```
And then try the available [demo script](examples/demo.rb).
See the [changelog](CHANGELOG.md) before upgrading.
@@ -33,10 +33,10 @@
```
To retrieve the latest GRPC proto from the Zeebe repository:
```sh
-wget -O proto/gateway.proto https://raw.githubusercontent.com/zeebe-io/zeebe/develop/gateway-protocol/src/main/proto/gateway.proto
+wget -O proto/gateway.proto https://raw.githubusercontent.com/camunda/zeebe/develop/gateway-protocol/src/main/proto/gateway.proto
```
## Status
This is a community extension for [Zeebe](https://zeebe.io) that will be maintained on a best effort basis.