aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorboastful-squirrel <boastful.squirrel@gmail.com>2019-04-27 21:36:49 +0000
committerboastful-squirrel <boastful.squirrel@gmail.com>2019-04-27 21:36:49 +0000
commit0dd17374c0bb4b94642ed48226d1d55dd2219a02 (patch)
tree6a794e8f474c1f1870daf5e0cdce7b876ffda12f /README.md
parentFixed test + fixed clippy warning (diff)
parentMerge pull request #88 from KSXGitHub/combine-contextual-error (diff)
downloadminiserve-0dd17374c0bb4b94642ed48226d1d55dd2219a02.tar.gz
miniserve-0dd17374c0bb4b94642ed48226d1d55dd2219a02.zip
Merge branch 'master' into themed-errors
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1b6789e..db94571 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ Sometimes this is just a more practical and quick way than doing things properly
- Easy to use
- Just works: Correct MIME types handling out of the box
- Single binary drop-in with no extra dependencies required
-- Authentication support with username and password
+- Authentication support with username and password (and hashed 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