examples/state-store/README.md in dapr-client-0.2.0 vs examples/state-store/README.md in dapr-client-0.3.0
- old
+ new
@@ -1,7 +1,7 @@
# Example - State Store
This example demonstrates saving, fetching, and deleting state from the store.
```bash
-dapr run --app-id state-store --protocol grpc bundle exec ruby state-store.rb
+dapr run --app-id state-store --app-protocol grpc -- bundle exec ruby state-store.rb
```
\ No newline at end of file