diff --git a/README.md b/README.md index 70fd35cc..a93b2a2b 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -

Awesome Github Profile

+

awesome-github-profiles

[![All Contributors](https://img.shields.io/badge/all_contributors-76-orange.svg?style=flat-square)](#contributors-) -🔍Welcome to the awesome github profiles repo project! 🌟. +🔍Welcome to the awesome-github-profiles repo project! 🌟.

This README will guide you through the contribution process and provide essential information about the project.

@@ -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: @@ -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 ```

Tutorials

@@ -223,7 +223,7 @@ 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. @@ -231,7 +231,7 @@ To ensure a smooth collaboration process, Follow these steps: - Navigate into the cloned repository: ```bash - cd Awesome-Github-Profiles + cd awesome-github-profiles ``` - Create a new branch for your feature or fix: ```bash