Update README.md

This commit is contained in:
ilike2burnthing
2024-02-23 05:01:00 +00:00
committed by GitHub
parent c5a5f6d65e
commit 0bc7a4498c

View File

@@ -95,7 +95,7 @@ curl -L -X POST 'http://localhost:8191/v1' \
-H 'Content-Type: application/json' \
--data-raw '{
"cmd": "request.get",
"url":"http://www.google.com/",
"url": "http://www.google.com/",
"maxTimeout": 60000
}'
```