From 08026435c10e650c5b82c888e3dda2c5e76552c7 Mon Sep 17 00:00:00 2001 From: Elaine Rice <132877355+ElaineRiceFCCA@users.noreply.github.com> Date: Mon, 21 Jul 2025 18:25:17 +0100 Subject: [PATCH] remove $ so you can copy and paste without error --- topic-5/book-1/03.FullReviewPage.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/topic-5/book-1/03.FullReviewPage.md b/topic-5/book-1/03.FullReviewPage.md index f6c5806..eeedeaa 100644 --- a/topic-5/book-1/03.FullReviewPage.md +++ b/topic-5/book-1/03.FullReviewPage.md @@ -65,9 +65,9 @@ In the browser: Update the git repository as follows: ``` -$ git add -A -$ git commit -m "Full review page." -$ git push origin main +git add -A +git commit -m "Full review page." +git push origin main ``` [freview]: ./img/review.png