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