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";