diff --git a/1-getting-started-lessons/2-github-basics/README.md b/1-getting-started-lessons/2-github-basics/README.md index 50d850ce..f666092e 100644 --- a/1-getting-started-lessons/2-github-basics/README.md +++ b/1-getting-started-lessons/2-github-basics/README.md @@ -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: : ```bash git init