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 ```