aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVojtěch Pejša <vojtechpejsa7@gmail.com>2019-04-04 08:56:04 +0000
committerVojtěch Pejša <vojtechpejsa7@gmail.com>2019-04-04 08:56:04 +0000
commitf17744542d191f6a7710e8d194dc594bd8380591 (patch)
treedbdaf56dbf1aae7f858142e434ab78b2d022589d
parentAllow drag and drop file upload with js. (diff)
downloadminiserve-f17744542d191f6a7710e8d194dc594bd8380591.tar.gz
miniserve-f17744542d191f6a7710e8d194dc594bd8380591.zip
Mention file uploading in README
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2b8e8b3..ce02116 100644
--- a/README.md
+++ b/README.md
@@ -45,6 +45,7 @@ Sometimes this is just a more practical and quick way than doing things properly
- Authentication support with username and password
- Mega fast and highly parallel (thanks to [Rust](https://www.rust-lang.org/) and [Actix](https://actix.rs/))
- Folder download (compressed in .tar.gz)
+- File uploading
## Known limitations