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