From 73ce4668f9c2085cf0dd18beda04bb890c6f8b13 Mon Sep 17 00:00:00 2001 From: Brent Eritou Date: Mon, 15 Jan 2024 11:58:22 -0500 Subject: [PATCH] docs: simplify intro to code generation tools --- 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 821fa9c1..934cabfe 100644 --- a/docs/src/modules/javascript/pages/index.adoc +++ b/docs/src/modules/javascript/pages/index.adoc @@ -26,7 +26,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.