Skip to content

Commit 4d062d2

Browse files
committed
update curl command
1 parent 407cc64 commit 4d062d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/monte-carlo-calculator/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ TODO: use the aws cli or the aws console
139139
## Test the function with curl
140140

141141
```bash
142-
curl -X POST 'https://<API-ENDPOINT-ARN>.lambda-url.us-west-2.on.aws?num_sims=1000000'
142+
curl 'https://<API-ENDPOINT-ARN>.lambda-url.us-west-2.on.aws?num_sims=1000000'
143143
# response
144144
{
145145
"message": "OK num_sims=1000000, Call price=10.459100 "

0 commit comments

Comments
 (0)