Skip to content

Commit 16208f7

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

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,5 @@ builder.Services.AddAWSLambdaHosting(LambdaEventSource.HttpApi, options =>
113113
apiResponse.Headers ??= new Dictionary<string, string>();
114114
apiResponse.Headers["X-Request-Id"] = context.AwsRequestId;
115115
};
116-
});
116+
});
117+
```

0 commit comments

Comments
 (0)