From 7a2e637226e5a6caffcc0b1a1c60de83aa3d6d26 Mon Sep 17 00:00:00 2001 From: Tate Thurston Date: Sat, 22 Jul 2023 18:10:43 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11d37c9..e2cf1de 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ message User { } ``` -Using the generated `User` from ProtoScript will look like this: +Using the `User` generated by ProtoScript will look like this: ```typescript import { User, UserJSON } from "./user.pb.js";