Update README.md (#76)

This commit is contained in:
Linus Kendall 2023-02-23 19:01:19 +05:30 committed by GitHub
parent 844bab62b5
commit 22974ae0c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ go1.17 run ./cmd/grpc-client/ -endpoint https://api.rpcpool.com:443 -x-token <to
You can also make non SSL connections:
```
go1.17 run ./cmd/grpc-client/ -insecure -endpoint http://api.rpcpool.com:80 -x-token <token> -blocks
go1.17 run ./cmd/grpc-client/ -endpoint http://api.rpcpool.com:80 -x-token <token> -blocks
````
## Updating protofiles