diff --git a/mydoc/mydoc_publishing_github_pages.md b/mydoc/mydoc_publishing_github_pages.md
index e71bc32..91baaf4 100644
--- a/mydoc/mydoc_publishing_github_pages.md
+++ b/mydoc/mydoc_publishing_github_pages.md
@@ -16,20 +16,10 @@ summary: "You can publish your project on Github Pages, which is a free web host
6. Add a license if desired.
7. Leave the other options at the defaults and click **Create repository**.
8. Click the **Settings** button.
-
-
-
9. Go to your repository's home page, and click the branch drop-down menu.
-10. Create a new branch called **gh-pages**.
-
-
-
+10. Create a new branch called **gh-pages**.
11. Click **Settings** and change the default branch to **gh-pages**.
-
11. Go back to your repository's homepage. With the gh-pages branch selected, copy the **https clone url**:
-
-
-
12. Open a terminal, browse to a convenient location for your project, and type `git clone https://github.com/tomjohnson1492/myreponame.git`, replacing the `https://github.com/tomjohnson1492/myreponame.git` with your repository's https clone URL that you copied.
13. Move the jekyll theme files into this new folder that you just created in the previous step.
14. Open the _config.yml file and add the following: