From cd081902fe6077fdb1eea05f63a3149d61fefe59 Mon Sep 17 00:00:00 2001 From: so1n Date: Tue, 9 Jan 2024 23:17:55 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b636d4..d77d9dd 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ After installing `protobuf-to-pydantic`,can use the `protobuf-to-pydantic` plugi python -m grpc_tools.protoc -I. --protobuf-to-pydantic_out=. example.proto ``` -In this command, `--protobuf-to-pydantic_out=.` means using the `prorobuf_to_pydantic` plug-in, +In this command, `--protobuf-to-pydantic_out=.` means using the `prorobuf-to-pydantic` plug-in, And it is declared that the output location of the `protobuf-to-pydantic` plug-in is `.` > `.` indicates the output path used by `grpc_tools.proto`.