From ed50411b13b7303d424de9032f800fd013c2d48d Mon Sep 17 00:00:00 2001
From: Yann SOULLARD <yann.soullard@univ-rouen.fr>
Date: Wed, 3 Jan 2018 16:03:09 +0100
Subject: [PATCH] README update comment

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

diff --git a/README.md b/README.md
index 6b2ce74..0b8d01a 100644
--- a/README.md
+++ b/README.md
@@ -65,8 +65,8 @@ Except the three specific layers, CTCModel works as a standard Keras Model and m
 CTCModel was developped at the LITIS laboratory, Normandie University (http://www.litislab.fr) by Cyprien RUFFINO and Yann SOULLARD, under the supervision of Thierry PAQUET.
 
 CTCModel is under the terms of the GPL-3.0 licence.
-<!--
-If you use CTCModel for research purposes, please consider adding the following citation to your paper:
+
+[//]: # (If you use CTCModel for research purposes, please consider adding the following citation to your paper:
 
 <code>
 @misc{ctcmodel,
@@ -76,7 +76,7 @@ title = {{CTCModel : nom de l'article}},
 year = {2017}
 }
 </code>
---!>
+)
 
 ## References
 F. Chollet et al.. Keras: Deep Learning for Python, https://github.com/keras-team/keras, 2015.   
-- 
GitLab