Skip to content

Commit 0bd4ecb

Browse files
authored
upd usage removed addr from json
1 parent 24465f0 commit 0bd4ecb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,14 @@ sudo ./install.sh
2323
### Usage
2424

2525
``` text
26-
SELECT send_<post/put/delete>([<URL or IP with port>] as alias0, data1 as alias1, data2 as alias2, ...)
26+
SELECT send_<post/put/delete>([<URL or IP with port>], data1 as alias1, data2 as alias2, ...)
2727
FROM ...;
2828
```
2929
equivalent to
3030
``` bash
31-
curl -X <POST/PUT/DELETE/ "<URL or IP with port>" \
31+
curl -X <POST/PUT/DELETE/> "<URL or IP with port>" \
3232
-H "Content-Type: application/json" \
3333
-d "{
34-
\"alias0\":\"<URL or IP with port>\",
3534
\"alias1\":\"data1\",
3635
\"alias2\":\"data2\",
3736
...

0 commit comments

Comments
 (0)