From 5f6969c1623f3b5001b6352546da6573a9b173ab Mon Sep 17 00:00:00 2001
From: Erick Hitter <git-contrib@ethitter.com>
Date: Sun, 29 Dec 2019 15:20:37 -0800
Subject: [PATCH] Fix Markdown

---
 README.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 3e76e42..44e4d4e 100644
--- a/README.md
+++ b/README.md
@@ -10,8 +10,7 @@ provide all `nut` options without making too many compromises.
 files are supported. **`./config` includes sample configurations.**
 1. `docker-compose up -d`
 1. If `MODE` is set to `netserver`, `nut` will be available on the container's 
-port `3493`.
-  * Confirm using `telnet`:
+port `3493`. Confirm using `telnet`:
     ```bash
     $ telnet [CONTAINER IP] 3493
     Trying [CONTAINER IP]...
-- 
GitLab