From f7ad895456293dd09c4c582022abcc5f0d2cb2f0 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Mon, 8 Sep 2025 22:26:32 +0200 Subject: Fix typo --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`. -- cgit