Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<h2 align="center">Awesome Github Profile</h2>
<h2 align="center">awesome-github-profiles</h2>

<div align="center">

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-76-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->
🔍Welcome to the awesome github profiles repo project! 🌟.
🔍Welcome to the awesome-github-profiles repo project! 🌟.

<p>This README will guide you through the contribution process and provide essential information about the project.</p>
</div>
Expand Down Expand Up @@ -161,7 +161,7 @@ Forking allows you to create a personal copy of the repository, where you can ex

### Navigate to the Repository:

- Go to the Awesome GitHub Profiles repository.
- Go to the awesome-gitHub-profiles repository.

### Click on Fork:

Expand All @@ -175,7 +175,7 @@ Forking allows you to create a personal copy of the repository, where you can ex

- Use the command below to clone your fork to your local machine:
```bash
git clone https://github.com/YOUR_USERNAME/Awesome-Github-Profiles.git
git clone https://github.com/YOUR_USERNAME/awesome-github-profiles.git
```

<h2 id="tutorials">Tutorials</h2>
Expand Down Expand Up @@ -223,15 +223,15 @@ To ensure a smooth collaboration process, Follow these steps:

- Run the following command in your terminal:
```bash
git clone https://github.com/YOUR_USERNAME/Awesome-Github-Profiles.git
git clone https://github.com/YOUR_USERNAME/awesome-github-profiles.git
```
- This command downloads your fork to your local machine.

3. **Create a Branch:**

- Navigate into the cloned repository:
```bash
cd Awesome-Github-Profiles
cd awesome-github-profiles
```
- Create a new branch for your feature or fix:
```bash
Expand Down
Loading