diff options
author | vexhack <ryan@boringtranquility.io> | 2019-11-07 11:49:58 -0800 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-11-10 13:39:17 -0500 |
commit | dcd213599ae926785c3f4ef4d985599ebd18f5e3 (patch) | |
tree | 28d682994739a1bfa27f3a49b090c40fe365709f /meta.sr.ht | |
parent | 1c6cf672966fe7862b1ebbaf93e09c6cb93b72e5 (diff) | |
download | sr.ht-docs-dcd213599ae926785c3f4ef4d985599ebd18f5e3.tar.gz |
minor edit to make example more explicit
Diffstat (limited to 'meta.sr.ht')
-rw-r--r-- | meta.sr.ht/oauth-api.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta.sr.ht/oauth-api.md b/meta.sr.ht/oauth-api.md index c4d34c9..6e1f97b 100644 --- a/meta.sr.ht/oauth-api.md +++ b/meta.sr.ht/oauth-api.md @@ -161,7 +161,7 @@ just need to set the `Authorization` header to `token your-access-token`. For example: curl \ - -H Authorization:'token your-access-token' \ + -H Authorization:'token <your-access-token>' \ https://meta.sr.ht/api/user/profile # OAuth Maintenance |