Skip to content
This repository was archived by the owner on Jun 6, 2025. It is now read-only.

Commit cb6d554

Browse files
authored
docs: simplify intro to code generation tools (#536)
1 parent 4c5a6b6 commit cb6d554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/modules/javascript/pages/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Since Kalix is based on gRPC, you need a protoc compiler to compile gRPC protobu
2828
2929
== Development project requirements
3030
31-
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.
31+
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.
3232
3333
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.
3434

0 commit comments

Comments
 (0)