From 517190d3d44e0cfdb329a27d517ac5ab46aceab5 Mon Sep 17 00:00:00 2001 From: hi-rustin Date: Mon, 19 Feb 2024 20:51:07 +0800 Subject: [PATCH] fix: typo Signed-off-by: hi-rustin --- console-subscriber/examples/grpc_web/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console-subscriber/examples/grpc_web/README.md b/console-subscriber/examples/grpc_web/README.md index ad05050d8..c3c3802ff 100644 --- a/console-subscriber/examples/grpc_web/README.md +++ b/console-subscriber/examples/grpc_web/README.md @@ -40,7 +40,7 @@ This example leverages the [connect-es] library to enable communication with the The [buf] tool is used to generate the gRPC code. You can generate the code using the following command: ```sh -npm run buf +npm run gen ``` For more information about the connect-es library, refer to the [connect-es documentation].