Skip to content

Commit 8c14576

Browse files
authored
Update setup-environment.md
1 parent 7fe1c0a commit 8c14576

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/GitHub/setup-environment/setup-environment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tags:
1414
description: In this tutorial, you will learn how to set up your development environment for Git And GitHub.
1515
---
1616

17-
GitHub is a code hosting platform built on top of Git. It was founded in 2008 and acquired by Microsoft in 2018. If you are just getting started, the setup is simple you create a free account on GitHub's website, install Git on your machine, and link the two together so your local changes can be pushed to the cloud.
17+
GitHub is a code hosting platform built on top of Git. It was founded in 2008 and acquired by Microsoft in 2018. If you are just getting started, the setup is simple, you create a free account on GitHub's website, install Git on your machine, and link the two together so your local changes can be pushed to the cloud.
1818

1919
### Step 1: Let's create a GitHub Account
2020

@@ -26,7 +26,7 @@ To create a GitHub account, go to the [GitHub Website](https://github.com/) and
2626

2727
### Step 2: Finishing the account creation
2828

29-
Pick a username that is easy to read and remember think of it the same way you would choose a professional username on LinkedIn. Once you complete the signup form, GitHub will ask you to solve a quick puzzle to confirm you are human.
29+
Pick a username that is easy to read and remember, think of it the same way you would choose a professional username on LinkedIn. Once you complete the signup form, GitHub will ask you to solve a quick puzzle to confirm you are human.
3030

3131
**Live Server:** GitHub signup screen
3232
<BrowserWindow url="https://github.com/" bodyStyle={{padding: 0}}>
@@ -90,4 +90,4 @@ From this point on, every login will ask for both your password and a fresh code
9090

9191
Thank you for reading "How to create a GitHub Account?". In the next post, you'll learn how to use Git to create a repository and clone a project from GitHub.
9292

93-
Signing off, Sanjay Viswanathan.
93+
Signing off, Sanjay Viswanathan.

0 commit comments

Comments
 (0)