Skip to content

Commit

Permalink
Fix spelling in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bojand authored Dec 6, 2018
1 parent 0199e2c commit 9d49175
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 @@ -95,7 +95,7 @@ Data and metadata can specify [template actions](https://golang.org/pkg/text/tem
```go
// call template data
type callTemplateData struct {
RequestNumber int64 // unique incrememnted request number for each request
RequestNumber int64 // unique incremented request number for each request
FullyQualifiedName string // fully-qualified name of the method call
MethodName string // shorter call method name
ServiceName string // the service name
Expand Down Expand Up @@ -151,7 +151,7 @@ ghz -proto ./greeter.proto -call helloworld.Greeter.SayHelloCS -d '[{"name":"Joe

If a single object is given for data it is sent as every message.

We can also use `.protoset` files which can bundle multiple protoco buffer files into one binary file.
We can also use `.protoset` files which can bundle multiple protocol buffer files into one binary file.

Create a protoset

Expand Down

0 comments on commit 9d49175

Please sign in to comment.