Skip to content

Commit f4dc1e1

Browse files
authored
Merge pull request #7 from gorogoroyasu/remove_period_from_example_of_curl_command
Update README.md
2 parents 74faa7a + 0641237 commit f4dc1e1

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
@@ -129,7 +129,7 @@ This runs the image as a container and starts up an endpoint locally at `http://
129129
3) Post an event to the following endpoint using a curl command:
130130

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

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

0 commit comments

Comments
 (0)