Skip to content

Commit 3f7c30d

Browse files
Update README.md
1 parent 80ecf33 commit 3f7c30d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Also, say, you are creating content for another
5454
website, you can simply embed the page and
5555
you're job is done. You have the repo as the
5656
active site for its development, maybe, others
57-
will collaborate too, and then the page
57+
will collaborate too, and then the GitHub Page
5858
as the output.
5959

6060
## How To
@@ -89,9 +89,9 @@ default document. The big advantage of using pure HTML
8989
is the freedom to design your page.
9090

9191
There are three places where GitHub Pages will be building
92-
your site from: `master`, `gh-pages` or `/docs`.
92+
your site from: `main`, `gh-pages` or `/docs`.
9393

94-
- Using the `master`
94+
- Using the `main`
9595
branch, there is no additional effort,
9696
just set the proper configuration in `Settings`.
9797

@@ -100,7 +100,7 @@ to create this, go to `Branch`,
100100
type in the box 'gh-pages'
101101
then hit `Enter`.
102102

103-
- `/docs` is a subfolder of the master `branch`,
103+
- `/docs` is a subfolder of the main `branch`,
104104
just click `Create new file` then type
105105
'docs/index.htm' or any of the other
106106
choices for the default document.
@@ -114,15 +114,15 @@ it's just a matter of preference and technique where you
114114
will be building your site among the three options.
115115

116116
But there are few considerations:
117-
- First, the `master` branch can be the source when it's all
117+
- First, the `main` branch can be the source when it's all
118118
about building the site.
119119

120-
- Second, the `gh-pages` can be your choice when your `master`
120+
- Second, the `gh-pages` can be your choice when your `main`
121121
branch is dedicated for your source codes.
122122

123123
- Third, the `/docs` folder is a good choice when
124124
you want to build your site from scratch where
125-
you don't copy the contents of the `master` branch,
125+
you don't copy the contents of the `main` branch,
126126
as in the case of `gh-pages` branch.
127127

128128
Changing the default address is another story, where

0 commit comments

Comments
 (0)