From 54972278bd12ea5f6c19dc949058d81df881a34e Mon Sep 17 00:00:00 2001 From: Jen Looper Date: Thu, 1 Apr 2021 10:25:04 -0400 Subject: [PATCH] Update README.md --- 7-vue/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/7-vue/README.md b/7-vue/README.md index 93be4563..7cefdeeb 100644 --- a/7-vue/README.md +++ b/7-vue/README.md @@ -515,7 +515,7 @@ Try to add and remove some dogs from favorites. IT WORKS! ## Push your work to a repository on your GitHub account -**TODO - add instructions here on pushing to GH +Follow [these instructions](https://code.visualstudio.com/docs/editor/github) to push your app to GitHub ## Supplement 1: Creating a Dog Component @@ -732,7 +732,9 @@ Now our list has a nice move animation after deleting its element! **🎊You've finished Supplement 2!🎊** -##[Assignment: Build a new App](assignment.md) +Don't forget to push your changes to GitHub! + +## [Assignment: Build a new App](assignment.md) ## Authors