From b1b59742c2ada816a719f4bf4ce691948fcc672d Mon Sep 17 00:00:00 2001 From: Elaine Rice <132877355+ElaineRiceFCCA@users.noreply.github.com> Date: Sun, 20 Jul 2025 17:03:46 +0100 Subject: [PATCH] remove $ so you can copy and paste without error --- topic-5/book-1/02.MovieReviews.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/topic-5/book-1/02.MovieReviews.md b/topic-5/book-1/02.MovieReviews.md index e2a45b7..9af84c4 100644 --- a/topic-5/book-1/02.MovieReviews.md +++ b/topic-5/book-1/02.MovieReviews.md @@ -370,9 +370,9 @@ In the browser: Before continuing, update the git repository as follows: ``` -$ git add -A -$ git commit -m "Show movie review excerpts; Refactor Details page." -$ git push origin main +git add -A +git commit -m "Show movie review excerpts; Refactor Details page." +git push origin main ```