From 9912e042f1ad8e4ae66f678c53484f5f1e5fee4f Mon Sep 17 00:00:00 2001 From: Glyn Normington Date: Thu, 27 Jun 2024 16:18:47 +0100 Subject: [PATCH] Fix grammar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6df73a3..643f333 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ `webfinger-rs` is a simple [WebFinger](https://www.rfc-editor.org/rfc/rfc7033.html) server, written in Rust. -The server can support multiple WebFinger resources, but is intended for use with a small, relatively static number of such resources, for example on a personal website. The server is not intended for sites with many users, since the mappings from WebFinger resources to JSON Resource Descriptor (JRD) are stored in a single file. +The server can support multiple WebFinger resources, but is intended for use with a small, relatively static number of such resources, for example on a personal website. The server is not intended for sites with many users, since the mappings from WebFinger resource to JSON Resource Descriptor (JRD) are stored in a single file. WebFinger must be served over HTTPS, but this server currently supports only HTTP, so **this server must sit behind a HTTPS server**. For example, this server could be used in conjunction with a reverse proxy, such as NGINX or freenginx, that terminates HTTPS traffic from clients and then passes requests to this server.