Skip to content

Commit 88adfdf

Browse files
committed
Fixed title in README
1 parent 23d06ca commit 88adfdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/spring/pet-store/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Serverless Jersey example
1+
# Serverless Spring example
22
A basic pet store written with the [Spring framework](https://projects.spring.io/spring-framework/). The `LambdaHandler` object is the main entry point for Lambda.
33

44
The application can be deployed in an AWS account using the [Serverless Application Model](https://github.com/awslabs/serverless-application-model). The `sam.yaml` file in the root folder contains the application definition
@@ -59,4 +59,4 @@ $ aws cloudformation describe-stacks --stack-name ServerlessSpringSample
5959
6060
```
6161

62-
Copy the `OutputValue` into a browser to test a first request.
62+
Copy the `OutputValue` into a browser to test a first request.

0 commit comments

Comments
 (0)