Skip to content

Commit 0a21bed

Browse files
committed
Consistency updates
1 parent be5d78e commit 0a21bed

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ People use GitHub to build some of the most advanced technologies in the world.
3535
- **What you'll learn**: We'll introduce repositories, branches, commits, and pull requests.
3636
- **What you'll build**: We'll make a short Markdown file you can use as your [profile README](https://docs.github.com/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme).
3737
- **Prerequisites**: None. This course is a great introduction for your first day on GitHub.
38-
- **How long**: This course is 4 steps and takes less than one hour.
38+
- **How long**: This course is four steps long and takes less than one hour to complete.
3939

4040
</details>
4141

@@ -50,7 +50,7 @@ People use GitHub to build some of the most advanced technologies in the world.
5050
<details id=1>
5151
<summary><strong>:evergreen_tree: Step 1: Create a branch</strong></summary>
5252

53-
### :wave: Welcome to "Introduction to GitHub"!
53+
### Welcome to "Introduction to GitHub"! :wave:
5454

5555
**What is GitHub?**: GitHub is a collaboration platform that uses [Git](https://docs.github.com/get-started/quickstart/github-glossary#git) for versioning. GitHub is a popular place to share and contribute to [open-source](https://docs.github.com/get-started/quickstart/github-glossary#open-source) software.
5656
<br>:tv: [Video: What is GitHub?](https://www.youtube.com/watch?v=w3jLJU7DT5E)
@@ -81,7 +81,7 @@ People use GitHub to build some of the most advanced technologies in the world.
8181
<details id=2>
8282
<summary><strong>:pencil: Step 2: Commit a file</strong></summary>
8383

84-
### :tada: You created a branch!
84+
### You created a branch! :tada:
8585

8686
Creating a branch allows you to edit to your project without changing the `main` branch. Now that you have a branch, it’s time to create a file and make your first commit!
8787

@@ -147,7 +147,7 @@ Now that you’ve created a commit, it’s time to share your proposed change th
147147
<details id=4>
148148
<summary><strong>:shipit: Step 4: Merge your pull request</strong></summary>
149149

150-
### Nicely done friend! :sparkles:
150+
### Nicely done friend! :sunglasses:
151151

152152
You successfully created a pull request. You can now merge your pull request.
153153

@@ -190,7 +190,7 @@ Here's a recap of all the tasks you've accomplished in your repository:
190190
- Delete `PROFILE.md` on your branch.
191191
- Open and merge a pull request using your branch.
192192
- We'd love to hear what you thought of this course [in our community forum](https://github.community/c/education/github-learning-lab/34).
193-
- [Take another GitHub Learn Course](https://github.com/githublearn).
193+
- [Take another GitHub Learn course](https://github.com/githublearn).
194194
- [Read the GitHub Getting Started docs](https://docs.github.com/en/get-started).
195195
- To find projects to contribute to, check out [GitHub Explore](https://github.com/explore).
196196

0 commit comments

Comments
 (0)