diff --git a/2019/2019-10-03_basicGitTraining-SIU/slides/github_gitlab.md b/2019/2019-10-03_basicGitTraining-SIU/slides/github_gitlab.md
index 7defad992cab35d15d54277b2a6f050a074291f7..0d39add3934e7486a44b4ce1883318f1e4a84133 100644
--- a/2019/2019-10-03_basicGitTraining-SIU/slides/github_gitlab.md
+++ b/2019/2019-10-03_basicGitTraining-SIU/slides/github_gitlab.md
@@ -3,9 +3,7 @@
 <img src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png" alt="GitHub" style="width: 200px;"/>
 <img src="https://gitlab.com/gitlab-com/gitlab-artwork/raw/master/logo/logo-extra-whitespace.png" alt="GitLab" style="width: 200px;"/>
 
-GitHub and GitLab are VCS systems.
-
-GitHub/Gitlab are both **publicly available**, but GitLab can be **on-premise**.
+GitHub and GitLab are online platforms for developing code using the VCS system `git`.
 
 Positive point: GitHub and GitLab are (almost) the same.
 
diff --git a/2019/2019-10-03_basicGitTraining-SIU/slides/the_terminal.md b/2019/2019-10-03_basicGitTraining-SIU/slides/the_terminal.md
index e08327b5cacf4d17be4cc10aa756cd5e0e64db58..4599e2d6a42801de7a3e2c4803c07b09b55b8191 100644
--- a/2019/2019-10-03_basicGitTraining-SIU/slides/the_terminal.md
+++ b/2019/2019-10-03_basicGitTraining-SIU/slides/the_terminal.md
@@ -65,5 +65,5 @@ $ mv myFile.m myNewDirectory/.
 Rename a file or a directory
 ```bash
 $ mv myFile.m myNewFile.m
-$ mv myNewDirectory myDirectory
+$ mv myDirectory myNewDirectory
 ```
\ No newline at end of file