From 80c8ac600faa8f0ae70bda64e9c073f4ce669f4f Mon Sep 17 00:00:00 2001 From: Elaine Rice <132877355+ElaineRiceFCCA@users.noreply.github.com> Date: Mon, 14 Jul 2025 21:17:43 +0100 Subject: [PATCH] remove $ so you can copy and paste without error --- topic-4/book-1/06.Exercise.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/topic-4/book-1/06.Exercise.md b/topic-4/book-1/06.Exercise.md index 837954b..10173f4 100644 --- a/topic-4/book-1/06.Exercise.md +++ b/topic-4/book-1/06.Exercise.md @@ -15,9 +15,9 @@ Be aware that your solution can only work partially as expected due to the defic On completion, commit the changes: ~~~bash -$ git add -A -$ git commit -m "Exercise - Show favourite icon on Movie Details page.." -$ git push origin main +git add -A +git commit -m "Exercise - Show favourite icon on Movie Details page.." +git push origin main ~~~ [exercise]: ./img/exercise.png