From 2178057acabbed089c1e0a8a6993b72623bfdf18 Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Thu, 14 Oct 2021 08:24:36 +0000
Subject: [PATCH] Updated instructions

---
 Jupyter_Pages/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jupyter_Pages/README.md b/Jupyter_Pages/README.md
index 7ab61a5..0f37f72 100644
--- a/Jupyter_Pages/README.md
+++ b/Jupyter_Pages/README.md
@@ -31,8 +31,8 @@ To make the above easier, you could put the ``export`` commands in a personal ``
     cat > ~/myname_creds.sh <<HEREDOC
     export GIT_AUTHOR_NAME="Your Name"
     export GIT_AUTHOR_EMAIL="you@astron.nl"
-    export GIT_COMMITTER_NAME="$GIT_AUTHOR_NAME"
-    export GIT_COMMITTER_EMAIL="$GIT_AUTHOR_EMAIL"
+    export GIT_COMMITTER_NAME="\$GIT_AUTHOR_NAME"
+    export GIT_COMMITTER_EMAIL="\$GIT_AUTHOR_EMAIL"
     HEREDOC
 
     # before committing just do this
-- 
GitLab