From fcf8e051dacb23586909ff3c1de2cdc9e691f731 Mon Sep 17 00:00:00 2001 From: Wanetty Date: Wed, 17 Jul 2024 17:44:06 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04bd345..f0808ac 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This project tries to replace all file servers that use python, since there are * Users can view a list of the uploaded files by visiting the root URL * Basic authentication is available to restrict access to the server. To use it, set the -user and -pass flags with the desired username and password. * Traffic via HTTPS. -* functionality: Generate a self-signed certificate by setting the -ssl flag. +* Generate a self-signed certificate by setting the -ssl flag. * Possibility to browse through folders and upload files...