Skip to content

Commit f9503a0

Browse files
committed
Updated README.md
1 parent 659b800 commit f9503a0

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

awslambdacreate-capi/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,7 @@ Create an AWS Lambda function using the Client API (low-level) of Boto 3.
103103

104104
For example:
105105

106-
```bash
107-
Creating function ...
108-
Created function "FunctionName" with ARN: "arn:aws:lambda:eu-west-1:123456789012:function:FunctionName"
109-
```
106+
* `Creating function ...`
107+
* `Created function "FunctionName" with ARN: "arn:aws:lambda:eu-west-1:123456789012:function:FunctionName"`
110108
111-
and the Lambda function created.
109+
And the Lambda function created.

0 commit comments

Comments
 (0)