aboutsummaryrefslogtreecommitdiffstats
path: root/graphql.md
diff options
context:
space:
mode:
Diffstat (limited to 'graphql.md')
-rw-r--r--graphql.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphql.md b/graphql.md
index 4009ae3..d18fef7 100644
--- a/graphql.md
+++ b/graphql.md
@@ -98,7 +98,7 @@ Here is a simple request:
```sh
oauth_token=your oauth token
curl \
- --oauth2-bearer="$oauth_token" \
+ --oauth2-bearer "$oauth_token" \
-H 'Content-Type: application/json' \
-d '{"query": "{ version { major, minor, patch } }"}' \
https://meta.sr.ht/query