From 3b3ea718d948a6ae387f6ab9ec20687c2380be3f Mon Sep 17 00:00:00 2001 From: sigoden Date: Fri, 9 Sep 2022 21:43:40 +0800 Subject: [PATCH] chore: improve readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3e3f10d..4aef7a4 100644 --- a/README.md +++ b/README.md @@ -265,15 +265,15 @@ dufs --log-format '$remote_addr $remote_user "$request" $status' -a /@admin:admi ### Customize UI -Dufs allows users to customize the UI with their own assets. +Dufs allows users to customize the UI with your own assets. ``` dufs --assets my-assets-dir/ ``` -You assets folder must contains a entrypoint `index.html` file. +Your assets folder must contains a `index.html` file. -`index.html` can use the following placeholder variable to retrieve internal data. +`index.html` can use the following placeholder variables to retrieve internal data. - `__INDEX_DATA__`: directory listing data - `__ASSERTS_PREFIX__`: assets url prefix