Skip to content

Commit a1353cc

Browse files
committed
Fix markdown issues.
1 parent f754870 commit a1353cc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
<!-- markdownlint-disable MD033 -->
12
# CloudFinger <img src='./docs/cloudfinger.svg' title='CloudFinger Logo' width=150px height=75px />
3+
<!-- markdownlint-enable MD033 -->
24

35
## A WebFinger Responder
46

@@ -15,7 +17,7 @@ This service exposes a very simple (read-only) API and lacks a frontend. I will
1517
- Returns a webidentity like any normal [Mastodon Identity](https://docs.joinmastodon.org/spec/webfinger/) server without the entire infrastructure of a Mastondon install.
1618
- Exposes a public health endpoint at `/.well-known/webfinger/hello` that returns the worker name and version number
1719
- Exposes a public status endpoint at `/.well-known/webfinger/status` that returns the number of mappings in the KV store
18-
- Exposes a secured (via preshared auth token) API at `/api/` that current only allows `list`ing of the mappings (API to come https://github.com/IDisposable/cloudfinger/issues/2)
20+
- Exposes a secured (via preshared auth token) API at `/api/` that current only allows `list`ing of the mappings [API to come](https://github.com/IDisposable/cloudfinger/issues/2)
1921

2022
### Setup
2123

0 commit comments

Comments
 (0)