Skip to content

Commit

Permalink
Fix README.md to include Rosetta fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Lesierse committed Nov 19, 2023
1 parent 2a6659f commit 594dea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-lambda-dotnet-alpha/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ To use this module you will either need to have `.NET SDK` installed (`.NET 6.0`
Define a `DotNetFunction`:

```ts
new DotNetFunction(this, 'MyFunction', {
new dotnet.DotNetFunction(this, 'MyFunction', {
projectDir: 'src/MyFunction'
});
```
Expand Down

0 comments on commit 594dea3

Please sign in to comment.