diff --git a/remotes/remotes.tex b/remotes/remotes.tex
index 6e9c27db1ef35ed5b823f129395323062e6437c1..2ecf219641d376b255f0e022fcf43106dedc1f32 100644
--- a/remotes/remotes.tex
+++ b/remotes/remotes.tex
@@ -193,7 +193,8 @@ Switched to a new branch 'simpsons'
   Let's continue working on branch \bt{simpsons}.
   \begin{lstlisting}[basicstyle=\ttfamily\footnotesize]
 $ emacs FACTS.md
-$ git commit -am 'Edit character presence'
+$ git add FACTS.md
+$ git commit -m 'Edit character presence'
 [simpsons 0676334] Edit character presence
  1 file changed, 1 insertion(+), 1 deletion(-)
 $ git status
@@ -203,7 +204,7 @@ $ git status
 nothing to commit (working directory clean)
   \end{lstlisting}
   \bigskip
-  \includegraphics[width=9cm]{images/example-commit}
+  \includegraphics[width=8cm]{images/example-commit}
 \end{frame}
 
 \begin{frame}[fragile]