From ad8a532c1c1241d5ba82726fc983dcbd9f14f5b8 Mon Sep 17 00:00:00 2001
From: "Michael Paffrath (mpaffrat)" <mpaffrat@cit-ad.fh-koeln.de>
Date: Mon, 5 Apr 2021 01:07:00 +0200
Subject: [PATCH] 1.0.5

- updated README.md
---
 README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index d04464b..6a50a8d 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ This demo contains basic code to access Excel sheet data via the following progr
 - Python
 
 <br />
-Usage requirements:
+Usage requirements:<br />
 
 Java:<br />
 1. Downloaded Apache POI Libraries (https://poi.apache.org/)<br />
@@ -18,11 +18,11 @@ C#:<br />
 	a) Installed Office version (includes installed Primary Interop Assemblies) <br />
 	b) Installed Primary Interop Assemblies
 
-Python:
-1. Installed OpenPyXL Library (https://openpyxl.readthedocs.io/en/stable/#)<br />
+Python:<br />
+1. Installed OpenPyXL Library (https://openpyxl.readthedocs.io/en/stable/#)
 
 <br />
-!Only tested against the following Environment!
+!Only tested against the following Environment!<br />
 - Win10
 - IntelliJ (Java) with Apache POI v5.0.0
 - Visual Studio 2019 (C#) with installed Office 2016 => Microsoft Excel 16.0 Object Library
-- 
GitLab