diff --git a/_episodes/03-sharing.md b/_episodes/03-sharing.md index 49308ae8..569d2cc9 100644 --- a/_episodes/03-sharing.md +++ b/_episodes/03-sharing.md @@ -36,7 +36,7 @@ Clicking `New Repository` will take you to a creation page with different option * Name your repository "hello-world." -![The 'create a new repository' form on GitHub](../fig/github-repo-new-setup.png) +![The 'create a new repository' form on GitHub](../fig/github-repo-new-setup_copy.png){: .image-with-shadow } GitHub will ask if you want to add a README.md, license or a `.gitignore` file. Do not do any of that for now -- We want you to start with a completely empty repository on GitHub. diff --git a/fig/github-repo-new-setup_copy.png b/fig/github-repo-new-setup_copy.png new file mode 100644 index 00000000..97cbd595 Binary files /dev/null and b/fig/github-repo-new-setup_copy.png differ