]> OzVa Git service - ozva-cloud/commitdiff
chore: update readme
authorsigoden <sigoden@gmail.com>
Fri, 1 Jul 2022 13:37:56 +0000 (21:37 +0800)
committersigoden <sigoden@gmail.com>
Fri, 1 Jul 2022 13:37:56 +0000 (21:37 +0800)
README.md

index 4824b7113429186dae424e0bc0d1bda824864229..1f352d832b0d976166e3b63c7ac8cb7d27b648d6 100644 (file)
--- a/README.md
+++ b/README.md
@@ -78,7 +78,7 @@ Serve current working directory
 dufs
 ```
 
-Explicitly allow all operations including upload/delete 
+Explicitly allow all operations including download/upload/delete
 
 ```
 dufs -A
@@ -90,13 +90,13 @@ Only allow upload operation
 dufs --allow-upload
 ```
 
-Serve a directory
+Serve a specific directory
 
 ```
 dufs Downloads
 ```
 
-Serve a single file
+Serve a specific file
 
 ```
 dufs linux-distro.iso
@@ -108,7 +108,7 @@ Serve index.html when requesting a directory
 dufs --render-index
 ```
 
-Serve SPA(Single Page Application)
+Serve single-page application like react
 
 ```
 dufs --render-spa