From 04145bd7107f2c9b6a2aa5980e544a4cd7687e0d Mon Sep 17 00:00:00 2001 From: TheLastBilly Date: Sun, 21 May 2023 23:19:49 -0400 Subject: [PATCH] fixed typo on README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06d45cb..44c0b4c 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,4 @@ go build . ./comics -r # for the management interface ``` -***Note: Keep in mind the web server and management interface will run on the same port by default, so if you are planning on running both, use `-p` to make either of them use a different port. \ No newline at end of file +***Note: Keep in mind the web server and management interface will run on the same port by default, so if you are planning on running both, use `-p` to make either of them use a different port.*** \ No newline at end of file