summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2025-09-08 22:26:32 +0200
committerRuben Beltran del Rio <git@r.bdr.sh>2025-09-08 22:26:32 +0200
commitf7ad895456293dd09c4c582022abcc5f0d2cb2f0 (patch)
tree0259f2beb6b7987f4bd007cf4bcf2a8ef5e7afe9 /README.markdown
parent2d7a7f25cbd4b2ecdd326b8254eb94566d91e198 (diff)
Fix typo
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index 5a08e8e..edfd9d2 100644
--- a/README.markdown
+++ b/README.markdown
@@ -66,6 +66,6 @@ Supported Services
This plugin supports Delicious compatible services (eg. Linkhut), and Linkding. It's important to note that delicious compatible systems aren't all compatible in the same way, so you might need to make some adjustments:
-- For every self-hsoted service, make sure to include the protocol (eg. https://).
+- For every self-hosted service, make sure to include the protocol (eg. https://).
- For delicious compatible items, include everything before `/v1`. So if it's `https://api.ln.ht/v1` you just include `https://api.ln.ht`. But if it's `https://myservice.com/api/v1` then you should include `https://myservice.com/api` with no trailing slash.
- For delicious compatible items, check what they expect for the `auth_token` field and use that as your password. For example, in pinboard it's `username:token`, while in linkhut it's just `token`.