Skip to content
Snippets Groups Projects
Commit 2f74cd4f authored by Stockton Jenkins's avatar Stockton Jenkins
Browse files

Merge branch 'YYANG682-main-patch-ac3e' into 'main'

Update file README.md

See merge request !1
parents bc5c1c07 11319246
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,7 @@ should attempt to use the other dataset server to obtain the result.
## Part 1: gRPC Server (Dataset Layer)
Define an RPC service in a .proto file called "PropertyLookup". It
Define an RPC service called "PropertyLookup" in a .proto file. It
should have a single RPC call named "LookupByZip". This method should
accept a `zip` and `limit` (both int32 values) and return addresses in
a "repeated string" field.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment