Updated README.md

pull/746/head
Peeyush Guleria 3 years ago committed by GitHub
parent b07e06e1a4
commit 51af239263
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -32,7 +32,7 @@ You'll also need a GitHub account, a code editor (like Visual Studio Code), and
Navigate to [github.com](https://github.com/) and create an account if you haven't already, or log in and fill out your profile.
✅ GitHub isn't the only code repository in the world; there are others, but GitHub is the best known
✅ GitHub isn't the only code repository in the world; there are others, but GitHub is the best known out there.
### Preparation
@ -62,7 +62,7 @@ Let's say you have a folder locally with some code project and you want to start
cd [name of your folder]
```
1. **Initialize a git repository**. In your project type:
1. **Initialize a git repository**. Now we are in the project folder, in the terminal type: <!--In your project type-->:
```bash
git init

Loading…
Cancel
Save