From 75f3360e235c0c8536ac18ccf6195a9983b2655a Mon Sep 17 00:00:00 2001
From: Sylvain Arreckx <sylvain.arreckx@gmail.com>
Date: Wed, 18 Jan 2017 14:23:54 +0100
Subject: [PATCH] update instructions for matlab files.

---
 slides/essential_commands.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/slides/essential_commands.md b/slides/essential_commands.md
index 606266ff..81e1af5a 100644
--- a/slides/essential_commands.md
+++ b/slides/essential_commands.md
@@ -44,7 +44,10 @@ Modify and rename `addTwoNumbers.m` in the folder `firstCommit`
 Open the file `addTwoNumbers.m` in the folder `firstCommit` using the `Atom` editor (or any other editor).
 
 <br>
-Then, uncomment the line
+Then, rename the function by adding your name (`addTwoNumbers_myName`)
+
+<br>
+Uncomment the line
 ```Matlab
 % c = a + b
 ```
-- 
GitLab