From 9a588bef71bde69a5fedfc55128e9d62380d18c5 Mon Sep 17 00:00:00 2001 From: Steve Ayers Date: Tue, 6 Aug 2024 12:39:25 -0400 Subject: [PATCH] Missed on Signed-off-by: Steve Ayers --- docs/node/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/node/getting-started.md b/docs/node/getting-started.md index 3155c3b..3d1fa23 100644 --- a/docs/node/getting-started.md +++ b/docs/node/getting-started.md @@ -34,7 +34,7 @@ $ cd connect-example $ npm init -y $ npm install typescript tsx $ npx tsc --init -$ npm install @bufbuild/buf @bufbuild/protoc-gen-es@"^1.10.0" @bufbuild/protobuf@"^1.10.0" @connectrpc/protoc-gen-connect-es @connectrpc/connect +$ npm install @bufbuild/buf @bufbuild/protoc-gen-es@"^1.0.0" @bufbuild/protobuf@"^1.0.0" @connectrpc/protoc-gen-connect-es@"^1.0.0" @connectrpc/connect@"^1.0.0" ``` ## Define a service