diff --git a/README.md b/README.md
index 119bd458504085a36da04f2e4a643a28b17e33ac..aae7b58d98a21817057ca784fba37ff6f73baa3a 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`