Skip to content

Commit dbdf822

Browse files
authored
Fix doc about curl command (#653)
1 parent b19a79e commit dbdf822

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
@@ -358,7 +358,7 @@ An simpler alternative is to cURL the following endpoint based on the address an
358358

359359
```bash
360360
curl -v -X POST \
361-
'http://127.0.0.1:9001/lambda-url/<lambda-function-name>' \
361+
'http://127.0.0.1:9001/lambda-url/<lambda-function-name>/' \
362362
-H 'content-type: application/json' \
363363
-d '{ "command": "hi" }'
364364
```

0 commit comments

Comments
 (0)