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