We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.
1 parent a896c51 commit 2a62749Copy full SHA for 2a62749
README.md
@@ -132,7 +132,7 @@ This runs the image as a container and starts up an endpoint locally at `http://
132
3) Post an event to the following endpoint using a curl command:
133
134
```shell script
135
-curl -XPOST "http://localhost:9000/2015-03-31/functions/function/invocations" -d '{}'.
+curl -XPOST "http://localhost:9000/2015-03-31/functions/function/invocations" -d '{}'
136
```
137
138
This command invokes the function running in the container image and returns a response.
0 commit comments