From c390565b6bbd080ac0877fc51891976844bae338 Mon Sep 17 00:00:00 2001 From: t-takahashi Date: Fri, 5 Jul 2024 08:55:45 +0900 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3ffa88..381eab0 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Then access http://localhost:3333/s3. # Usage ## Upload file/directory manually You can upload a file or a directory using the "New File" or "New Dir" button at the top right of the screen. -Alternatively, create them in the directory mounted to `/app/upload` using commands like `touch` or `mkdir`. +Alternatively, you can create them in the directory mounted to `/app/upload` using commands like `touch` or `mkdir`. ![New File/Dir button](static/new.png) ## Remove file/directory manually (under development)