diff --git a/lab_010.html b/lab_010.html index ef18e36..a676eb9 100644 --- a/lab_010.html +++ b/lab_010.html @@ -49,7 +49,7 @@
Thankfully, there's a helpful suggestion about what we can do! To begin tracking this file in our
Git
repository, run the following command:
git add index.html
+ git add README.md
Now run, git status
again to check the state of the working directory and repository.
git status