diff --git a/README.md b/README.md
index dfac1cd5821788166e7fc6e3448fa8d3fb3bf88e..d222a90548928c8ebb23c069402aa7c62d399d35 100644
--- a/README.md
+++ b/README.md
@@ -5,31 +5,31 @@ Main files:
 
 main (nearest neighbor).py & 
 main (nearest centroid).py
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------
+------------------------------------------------------------------------------------------
 - Creation of training data. Press on down arrow will save training data as .txt-files to be imported any time of choosing using up arrow.
 - Continual learning - not suited for tests.
 
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+
++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+-+-+-+-++-
 
 main (nc - prediction only).py & 
 main (nn - prediction only).py
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------
+------------------------------------------------------------------------------------------
 - Ideal for testning purposes, no continual learning.
 - Import training data (Up-arrow)
 - Save prediction data to .txt-file (down arrow)
 - Correct predictions and ratio count won't display before down press.
 
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+
++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+-+-+-+-++-
 
 main (neural network - prediction only).py & 
 main (logreg - prediction only).py
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------
+------------------------------------------------------------------------------------------
 - For testning purposes, no continual learning.
 - As of yet, no import function, training data baked into code.
 - Save prediction data to .txt-file (down arrow)
 - Correct predictions and ratio count won't display before down press.
 
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+
++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+-+-+-+-++-
 
 A press on tab-button will display 3D-plot of data - works in all above files.