Skip to content

Commit b405202

Browse files
authored
Update README.md
1 parent 0286a95 commit b405202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ SELECT httpserve_start('localhost', 9999, 'supersecretkey');
6262
└───────────────────────────────────────────────┘
6363
```
6464
```
65-
curl -X POST --header "X-API-Key: supersecretkey" -d "SELECT 'hello', version()" "http://localhost:9999/"
65+
curl -X POST --header "X-API-Key: secretkey" -d "SELECT 'hello', version()" "http://localhost:9999/"
6666
```
6767

6868

0 commit comments

Comments
 (0)