From cb6d554b8476d47d3d734562abc50869287dcb80 Mon Sep 17 00:00:00 2001 From: Brent Eritou Date: Tue, 16 Jan 2024 08:30:53 -0500 Subject: [PATCH] docs: simplify intro to code generation tools (#536) --- docs/src/modules/javascript/pages/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/modules/javascript/pages/index.adoc b/docs/src/modules/javascript/pages/index.adoc index 35877e18..95c552c8 100644 --- a/docs/src/modules/javascript/pages/index.adoc +++ b/docs/src/modules/javascript/pages/index.adoc @@ -28,7 +28,7 @@ Since Kalix is based on gRPC, you need a protoc compiler to compile gRPC protobu == Development project requirements -The following examples show how to install the SDK to build your services with npm or Yarn. The code generation tools include a Kalix xref:kickstart.adoc[code generation tools] that generates the recommended project structure, including a `package.json` file with the necessary references. +The following examples show how to install the SDK to build your services with npm or Yarn. The Kalix xref:kickstart.adoc[code generation tools] generate the recommended project structure, including a `package.json` file with the necessary references. NOTE: The code generation tools do more than just provide a starter project, after you modify a `.proto` file, they will generate code stubs for the elements you changed or added.