From e9fcb0fd221246d71c661da1fb3e89935a9b6722 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Tue, 11 Jan 2022 23:58:20 +0100 Subject: [PATCH] docs fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c75199..4c38249 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ $ python setup.py install ```shell # The application will listen on port 8000 and it will # serve the current folder -$ madness +$ madblog ``` ```