Skip to content

Commit

Permalink
Merge pull request #132 from arinto/fix-typo-2
Browse files Browse the repository at this point in the history
Improve documentation
  • Loading branch information
bojand authored Oct 5, 2019
2 parents 63a7e5e + dd47c28 commit d59a589
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion www/docs/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The path to The Protocol Buffer .proto file for input. If no `-proto` or `-proto

### `--protoset`

Alternatively we use use compiled protoset file (containing compiled descriptors, produced by `protoc`) as input.
Alternatively we use compiled protoset file (containing compiled descriptors, produced by `protoc`) as input.
To create a protoset file, invoke `protoc` with the `*.proto` files that define the service. For example:

```sh
Expand Down
2 changes: 1 addition & 1 deletion www/docs/package.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: package
title: Package
---

`ghz` can be used programatically as Go package within Go applications. See detailed [godoc](https://godoc.org/github.com/bojand/ghz) documentation. Example usage:
`ghz` can be used programmatically as Go package within Go applications. See detailed [godoc](https://godoc.org/github.com/bojand/ghz) documentation. Example usage:


```go
Expand Down

0 comments on commit d59a589

Please sign in to comment.