Skip to content

Commit

Permalink
Fix error sh in README.md (open-telemetry#926)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lan-ce-lot committed Jun 7, 2023
1 parent f215cde commit 1cf4e77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/checkoutservice/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This service provides checkout services for the application.
To build the protos and the service binary, run:

```sh
protoc -I ../pb/ ../pb/demo.proto --go_out=./ --go-grpc_out=./
protoc -I ../../pb/ ../../pb/demo.proto --go_out=./ --go-grpc_out=./
go build -o /go/bin/checkoutservice/ ./
```

Expand Down
2 changes: 1 addition & 1 deletion src/productcatalogservice/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ When this service is run the output should be similar to the following
To build the protos and the service binary, run:

```sh
protoc -I ../pb/ ../pb/demo.proto --go_out=./ --go-grpc_out=./
protoc -I ../../pb/ ../../pb/demo.proto --go_out=./ --go-grpc_out=./
go build -o /go/bin/productcatalogservice/ ./
```

Expand Down

0 comments on commit 1cf4e77

Please sign in to comment.