From 876db8d25a193b9f22b0eb4388f0991c39bf1e30 Mon Sep 17 00:00:00 2001 From: Michael <91095398+mkirl@users.noreply.github.com> Date: Sat, 18 May 2024 22:50:21 -0500 Subject: [PATCH] docs: correct spelling of read-only --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b3a4759..9f9cf2c2 100644 --- a/README.md +++ b/README.md @@ -316,7 +316,7 @@ git push origin main Everything that needs authentication is done using SSH. Make sure you have added an entry for your Soft Serve instance in your `~/.ssh/config` file. -By default, Soft Serve gives ready-only permission to anonymous connections to +By default, Soft Serve gives read-only permission to anonymous connections to any of the above protocols. This is controlled by two settings `anon-access` and `allow-keyless`.