Skip to content

Commit 2a62749

Browse files
authored
Remove trailing . from sample curl command
1 parent a896c51 commit 2a62749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ This runs the image as a container and starts up an endpoint locally at `http://
132132
3) Post an event to the following endpoint using a curl command:
133133

134134
```shell script
135-
curl -XPOST "http://localhost:9000/2015-03-31/functions/function/invocations" -d '{}'.
135+
curl -XPOST "http://localhost:9000/2015-03-31/functions/function/invocations" -d '{}'
136136
```
137137

138138
This command invokes the function running in the container image and returns a response.

0 commit comments

Comments
 (0)