Skip to content

Commit 62cf65b

Browse files
authored
Fixed naming inconsistency in repository references (#648)
1 parent 32ff162 commit 62cf65b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<h2 align="center">Awesome Github Profile</h2>
1+
<h2 align="center">awesome-github-profiles</h2>
22

33
<div align="center">
44

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

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

162162
### Navigate to the Repository:
163163

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

166166
### Click on Fork:
167167

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

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

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

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

230230
3. **Create a Branch:**
231231

232232
- Navigate into the cloned repository:
233233
```bash
234-
cd Awesome-Github-Profiles
234+
cd awesome-github-profiles
235235
```
236236
- Create a new branch for your feature or fix:
237237
```bash

0 commit comments

Comments
 (0)