Skip to content

Commit

Permalink
Update docs/get-started/go.md
Browse files Browse the repository at this point in the history
Signed-off-by: Eli Polonsky <[email protected]>
  • Loading branch information
iliapolo authored Oct 17, 2023
1 parent efe163d commit 5c28e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/get-started/go.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func NewMyChart(scope constructs.Construct, id string, props *MyChartProps) cdk8

func main() {
app := cdk8s.NewApp(nil)
NewMyChart(app, "go", nil)
NewMyChart(app, "cdk8s-golang", nil)
app.Synth()
}
```
Expand Down

0 comments on commit 5c28e9c

Please sign in to comment.