From b4e703db261874ee77641e8ced7114b0abb6d02d Mon Sep 17 00:00:00 2001
From: Andrey Alekseev <ilekseev@gmail.com>
Date: Thu, 2 Jan 2020 16:51:56 +0300
Subject: [PATCH] fix: fix formatting

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

diff --git a/README.md b/README.md
index 86b2f61..6c10651 100644
--- a/README.md
+++ b/README.md
@@ -45,6 +45,7 @@ net = GaborNN().to(device)
 
 ```
 Original research paper (preprint): https://arxiv.org/abs/1904.13204
+
 This research on deep convolutional neural networks proposes a modified architecture that focuses on improving 
 convergence and reducing training complexity. The filters in the first layer of network are constrained to fit the 
 Gabor function. The parameters of Gabor functions are learnable and updated by standard backpropagation techniques.