From d15322336f6e24aaa5a4c83c9cbb05bc018791a4 Mon Sep 17 00:00:00 2001
From: Daniel Shchur <daniel.shchur@huskers.unl.edu>
Date: Sat, 12 Oct 2019 00:29:16 +0000
Subject: [PATCH] Make links on new lines

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

diff --git a/README.md b/README.md
index 119bd45..aae7b58 100644
--- a/README.md
+++ b/README.md
@@ -5,20 +5,19 @@ Make sure you are in the WORK directory
 
 # clone the repo
 
-
 `git clone [the url of this repo]`
 
 # download the FMNIST dataset files
 
-
 `wget https://www.dropbox.com/s/ywp0bx4q7g09qjh/fmnist_train_labels.npy?dl=1`
+
 `wget https://www.dropbox.com/s/z62pv5j7x3svjeg/fmnist_train_data.npy?dl=1`
 
 
 # remane the FMNIST files
 
-
 `mv fmnist_train_labels.npy\?dl\=1 fmnist_train_labels.npy`
+
 `mv fmnist_train_data.npy\?dl\=1 fmnist_train_data.npy`
 
 
-- 
GitLab