From 89830f0860590e928a7867bc46b72a27ddc07a03 Mon Sep 17 00:00:00 2001
From: Alvaro Lopez Garcia <aloga@ifca.unican.es>
Date: Thu, 17 Jan 2019 08:59:53 +0100
Subject: [PATCH] Fix typo

---
 .../deep/templates/_includes/model_execution_instructions.html  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/deep/templates/_includes/model_execution_instructions.html b/themes/deep/templates/_includes/model_execution_instructions.html
index 74b5484..262e861 100644
--- a/themes/deep/templates/_includes/model_execution_instructions.html
+++ b/themes/deep/templates/_includes/model_execution_instructions.html
@@ -9,7 +9,7 @@
     <pre><code>$ docker pull {{ article.dockerhub }}
 $ docker run -ti -p 5000:5000 {{ article.dockerhub }}</code></pre>
  
-    <h4>Using docker</h4>
+    <h4>Using udocker</h4>
     <p>
         If you do not have Docker available or you do not want to install it,
         you can use <a title="udocker repository" target="_blank"
-- 
GitLab