From 1f691c6246c2e98d991421906c3626ddd1a43fb2 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Thu, 14 May 2020 21:22:15 -0600 Subject: [PATCH] Better example --- docs/filebase/uploads.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/filebase/uploads.md b/docs/filebase/uploads.md index 72b901c9..795c0781 100644 --- a/docs/filebase/uploads.md +++ b/docs/filebase/uploads.md @@ -5,7 +5,7 @@ title: Uploads ## Uploads The default ACS for file areas in ENiGMA½ is to allow regular users 'read' and sysops 'read/write'. Read ACS includes listing and downloading while write allows for uploading. See [File Base ACS](acs.md) for more information. -To change ACS for a particular area, create an `acs` block specifying ACS for `read` and/or `write`. For example, let's allow regular users (in the "users" group) to upload to an area: +Let's allow regular users (in the "users" group) to upload to an area: ```hjson uploads: { name: Uploads