Skip to content

Commit 3323d45

Browse files
author
rain
committed
docs: use csharp generate language
1 parent 065280f commit 3323d45

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/docs/00200-core-concepts/00600-clients/00200-codegen.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Replace **PATH-TO-MODULE-DIRECTORY** with the path to your module's directory, w
4545

4646
```bash
4747
mkdir -p module_bindings
48-
spacetime generate --lang cs --out-dir module_bindings --module-path PATH-TO-MODULE-DIRECTORY
48+
spacetime generate --lang csharp --out-dir module_bindings --module-path PATH-TO-MODULE-DIRECTORY
4949
```
5050

5151
This generates C# files in `module_bindings/`. The generated files are automatically included in your project.

docs/docs/00200-core-concepts/00600-clients/00600-csharp-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Each SpacetimeDB client depends on some bindings specific to your module. Create
7373

7474
```bash
7575
mkdir -p module_bindings
76-
spacetime generate --lang cs --out-dir module_bindings --module-path PATH-TO-MODULE-DIRECTORY
76+
spacetime generate --lang csharp --out-dir module_bindings --module-path PATH-TO-MODULE-DIRECTORY
7777
```
7878

7979
Replace `PATH-TO-MODULE-DIRECTORY` with the path to your SpacetimeDB module.

0 commit comments

Comments
 (0)