Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixed misspelling of Windows
  • Loading branch information
js8080 authored Dec 11, 2020
1 parent eb54b0c commit 4f23a4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/storage/grpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To generate the bindings for your language you would use `protoc` with the appro
in the [protobuf documentation](https://developers.google.com/protocol-buffers/docs/tutorials) and you can see an example of
how it is done for Go in the top level Jaeger `Makefile`.

The easiest way to generate the gRPC storage plugin bindings is to use [Docker Protobuf](https://github.com/jaegertracing/docker-protobuf/) which is a lightweight `protoc` Docker image containing the dependencies needed to generate code for multiple languages. For example, one can generate bindings for C# on Windiws with Docker for Windows using the following steps:
The easiest way to generate the gRPC storage plugin bindings is to use [Docker Protobuf](https://github.com/jaegertracing/docker-protobuf/) which is a lightweight `protoc` Docker image containing the dependencies needed to generate code for multiple languages. For example, one can generate bindings for C# on Windows with Docker for Windows using the following steps:
1. First clone the Jaeger github repo to a folder (e.g. `c:\source\repos\jaeger`):
```
$ mkdir c:\source\repos\jaeger
Expand Down Expand Up @@ -180,4 +180,4 @@ func (r *spanReader) GetServices(ctx context.Context) ([]string, error) {
fmt.Println(fmt.Sprintf("spanReader.GetServices: bearer-token: '%s', wasGiven: '%t'" str, ok))
// ...
}
```
```

0 comments on commit 4f23a4f

Please # to comment.