Skip to content

Commit

Permalink
docs: simplify intro to code generation tools
Browse files Browse the repository at this point in the history
  • Loading branch information
beritou committed Jan 15, 2024
1 parent abd69c6 commit 73ce466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/modules/javascript/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 73ce466

Please sign in to comment.