Skip to content

Commit

Permalink
Merge pull request #67 from Ilyes-Hammadi/master
Browse files Browse the repository at this point in the history
docs($README): Fix typo in the cli name
  • Loading branch information
njpatel committed Apr 18, 2019
2 parents 6d005d6 + 0646570 commit 5dc8f6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ The `--eval` and `--exec` options allow running scripts against gRPC servers wit

**--eval**
```
$ grpc -i -p foo.proto -a localhost:9090 --eval 'client.getPerson({ id: 1 }, printReply)'
$ grpcc -i -p foo.proto -a localhost:9090 --eval 'client.getPerson({ id: 1 }, printReply)'
{
"name": "Neil Jagdish Patel",
"location": "London",
Expand All @@ -89,7 +89,7 @@ let id = setInterval(() => {
call.write({ data: i });
}, 100);
$ grpc -i -p foo.proto -a localhost:9090 --exec myscript.js
$ grpcc -i -p foo.proto -a localhost:9090 --exec myscript.js
{
"sum": 15
}
Expand Down

0 comments on commit 5dc8f6f

Please sign in to comment.