Skip to content

Commit f744341

Browse files
authored
Remove trailing . from sample curl command
1 parent 55a096a commit f744341

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

115115
```shell script
116-
curl -XPOST "http://localhost:9000/2015-03-31/functions/function/invocations" -d '{}'.
116+
curl -XPOST "http://localhost:9000/2015-03-31/functions/function/invocations" -d '{}'
117117
```
118118

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

0 commit comments

Comments
 (0)