Skip to content

Commit ad4eb8b

Browse files
committed
* typos in README
1 parent 06ebfae commit ad4eb8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ public class EchoSpringAppConfig {
4848
Once you have declared a configuration class, you can initialize the library with the class name:
4949
```java
5050
public class LambdaHandler implements RequestHandler<AwsProxyRequest, AwsProxyResponse> {
51-
SpringLambdacontainerHandler<AwsProxyRequest, AwsProxyResponse> handler =
52-
SpringLambdacontainerHandler.getAwsProxyHandler(EchoSpringAppConfig.class)
51+
SpringLambdaContainerHandler<AwsProxyRequest, AwsProxyResponse> handler =
52+
SpringLambdaContainerHandler.getAwsProxyHandler(EchoSpringAppConfig.class);
5353

5454
public AwsProxyResponse handleRequest(AwsProxyRequest awsProxyRequest, Context context) {
5555
return handler.proxy(awsProxyRequest, context);

0 commit comments

Comments
 (0)