From 3063dca0a6edb2b51ce942f129c49672a081f6bc Mon Sep 17 00:00:00 2001 From: sigoden Date: Mon, 5 Sep 2022 10:34:18 +0800 Subject: [PATCH] chore: update readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 236e03b..dee01f9 100644 --- a/README.md +++ b/README.md @@ -263,9 +263,6 @@ dufs --log-format '$remote_addr $remote_user "$request" $status' -a /@admin:admi 2022-08-06T07:04:37+08:00 INFO - 127.0.0.1 admin "GET /" 200 ``` - - - ### Customize UI Dufs allows users to customize the UI with their own assets. @@ -281,6 +278,8 @@ You assets folder must contains a entrypoint `index.html`. - `__INDEX_DATA__`: directory listing data - `__ASSERTS_PREFIX__`: assets url prefix + + ## License Copyright (c) 2022 dufs-developers.