diff --git a/Workshops/Git & GitHub/GitHub-Handbook.md b/Workshops/Git & GitHub/GitHub-Handbook.md index 7dddfbd..5cfeb6f 100644 --- a/Workshops/Git & GitHub/GitHub-Handbook.md +++ b/Workshops/Git & GitHub/GitHub-Handbook.md @@ -116,7 +116,7 @@ If you wanted, you could initialize the repository with a **README** file, which #### Pushing code to the GitHub repo After the last step, you will be forwarded to the starting page of your new GitHub repository that looks like this: -![Quick setup screen](img/quick-setu-screen.png) +![Quick setup screen](img/quick-setup-screen.png) Since we've already created our Git repo locally, we can focus on the **`…or push an existing repository from the command line`** section of the page. @@ -351,4 +351,4 @@ Also check **GitHub Gist**, which is an easy way to share your code, notes or ot **GitHub Pages** is a popular service for hosting web pages via GitHub. You can learn more about it here: [https://guides.github.com/features/pages/](https://guides.github.com/features/pages/) -They also have official video guides which you can find [on this link](https://www.youtube.com/githubguides). \ No newline at end of file +They also have official video guides which you can find [on this link](https://www.youtube.com/githubguides).