Skip to content

Commit c8306b8

Browse files
committed
Fix: Add missing closing backticks to code block
1 parent a78cabb commit c8306b8

File tree

1 file changed

+3
-1
lines changed
  • Libraries/src/Amazon.Lambda.AspNetCoreServer.Hosting

1 file changed

+3
-1
lines changed

Libraries/src/Amazon.Lambda.AspNetCoreServer.Hosting/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
# Amazon.Lambda.AspNetCoreServer.Hosting
23

34
This package allows ASP .NET Core applications written using the minimal api style to be deployed
@@ -113,4 +114,5 @@ builder.Services.AddAWSLambdaHosting(LambdaEventSource.HttpApi, options =>
113114
apiResponse.Headers ??= new Dictionary<string, string>();
114115
apiResponse.Headers["X-Request-Id"] = context.AwsRequestId;
115116
};
116-
});
117+
});
118+
```

0 commit comments

Comments
 (0)