Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qa-swaneet-sahoo authored and GollyTicker committed Apr 23, 2022
1 parent 5472922 commit 884055f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ where
* `-I test/proto` points to the directory of protobuf files of your service
* with docker one needs to instead mount the directory to `/proto` via `-v $PWD/test/proto:/proto`
* `-i ..HappyDayRequest` and `-o ..HappyDayResponse` are Protobuf message types. The `..` makes protocurl infer their full package paths.
* `http://localhost:8080/happy-day/verify` is the url to the HTTP REST endpoint accepting and returning binary protobuf
* `-u http://localhost:8080/happy-day/verify` is the url to the HTTP REST endpoint accepting and returning binary protobuf
payloads
* with docker one may additionally need `--network host`
* `-d "includeReason: true"` is the protobuf payload in Protobuf [Text](#protobuf-text-format)
Expand Down
2 changes: 1 addition & 1 deletion doc/template.README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ where
* `-I test/proto` points to the directory of protobuf files of your service
* with docker one needs to instead mount the directory to `/proto` via `-v $PWD/test/proto:/proto`
* `-i ..HappyDayRequest` and `-o ..HappyDayResponse` are Protobuf message types. The `..` makes protocurl infer their full package paths.
* `http://localhost:8080/happy-day/verify` is the url to the HTTP REST endpoint accepting and returning binary protobuf
* `-u http://localhost:8080/happy-day/verify` is the url to the HTTP REST endpoint accepting and returning binary protobuf
payloads
* with docker one may additionally need `--network host`
* `-d "includeReason: true"` is the protobuf payload in Protobuf [Text](#protobuf-text-format)
Expand Down

0 comments on commit 884055f

Please sign in to comment.