From 1bc2b60609e7c5a66c0932f46b38bdf1f5d2221d Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Fri, 1 Nov 2024 13:12:17 +0100 Subject: [PATCH] update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c316e94..212140d 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ FAIR signposting headers to HTTP responses. This middleware helps in making your data more FAIR (Findable, accessible, interoperable, reuseable) by embedding signposting headers in responses, guiding clients to relevant resources linked to the response content. +Based on the [Signposting](https://github.com/stain/signposting) library. + ## Features - Automatically adds signposting headers to HTTP responses. - Supports multiple relation types with optional media type specification.