diff --git a/demo.sh b/demo.sh
index ca6ca60eb814b2b3c179ebd360b03d4289dba83f..362350d33920b06649f92e0b1ef23a1d89f291eb 100755
--- a/demo.sh
+++ b/demo.sh
@@ -8,9 +8,9 @@ echo "line added locally after cloning, and then committed and pushed to GitLab"
 
 # A good FYI about the Atom editor:
 # changes below were made in Atom, staged, committed and pushed directly from Atom
-echo "printing current date and time"
-date
+echo "printing current date and time, `date`"
 
 #----- This represents finalized code ready to be merged --------
 
-#---- This represents work in progress, thus it remains in the branch for now -----
\ No newline at end of file
+#---- This represents work in progress, thus it remains in the branch for now -----
+echo "printing hostname, `hostname`"