From af7178d72aba1305f67d784adb3c1a3185955df2 Mon Sep 17 00:00:00 2001 From: Adrien Vannson Date: Sun, 6 Apr 2025 10:59:58 +0200 Subject: [PATCH] Fix typo in documentation --- docs/getting-started.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 103c217e..c0925193 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -46,6 +46,7 @@ protoc -I . --python_betterproto2_out=lib example.proto If you installed `protoc` with `grpc-tools`, the command will be: -```mkdir lib -python -m grpc-tools.protoc -I . --python_betterproto2_out=lib example.proto +``` +mkdir lib +python -m grpc.tools.protoc -I . --python_betterproto2_out=lib example.proto ```