diff --git a/README.md b/README.md index 64accd76c..b35b31f96 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,8 @@ public class EchoSpringAppConfig { Once you have declared a configuration class, you can initialize the library with the class name: ```java public class LambdaHandler implements RequestHandler { - SpringLambdacontainerHandler handler = - SpringLambdacontainerHandler.getAwsProxyHandler(EchoSpringAppConfig.class) + SpringLambdaContainerHandler handler = + SpringLambdaContainerHandler.getAwsProxyHandler(EchoSpringAppConfig.class); public AwsProxyResponse handleRequest(AwsProxyRequest awsProxyRequest, Context context) { return handler.proxy(awsProxyRequest, context);