From 1131924697d60eaeb576fc78ede0ce2920d9d111 Mon Sep 17 00:00:00 2001
From: YUANZHUO YANG <yyang682@wisc.edu>
Date: Tue, 18 Feb 2025 00:05:35 -0600
Subject: [PATCH] Update file README.md

---
 p2/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/p2/README.md b/p2/README.md
index a85aa86..3d4901d 100644
--- a/p2/README.md
+++ b/p2/README.md
@@ -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.
-- 
GitLab