Skip to content

Commit 99b74d1

Browse files
authored
Update README.md
1 parent d8afc56 commit 99b74d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Query your endpoint using the `X-API-Key` token:
6868
curl -X POST --header "X-API-Key: secretkey" -d "SELECT 'hello', version()" "http://localhost:9999/"
6969
```
7070

71-
You can perform the same action from DuckDB using HTTP SECRE headers:
71+
You can perform the same action from DuckDB using HTTP `extra_http_headers`:
7272

7373
```sql
7474
D CREATE SECRET extra_http_headers (

0 commit comments

Comments
 (0)