Skip to content

Commit 0589ea4

Browse files
Update README.md (#145)
1 parent a4f7dc8 commit 0589ea4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Replace the icon or user profile with your profile image. Image can be found in
129129
<img class="profile-image" src="./assets/profile-image.png" alt="" />
130130
```
131131
You can add the image locally by replacing it with the `/assets/profile-image.png`.
132-
Or replace the `src` link in the HTML file with your preferred image. I recommmend you copy your GitHub profile image link, so the image changes anytime you update it on GitHub.
132+
Or replace the `src` link in the HTML file with your preferred image. I recommend you copy your GitHub profile image link, so the image changes anytime you update it on GitHub.
133133

134134
## 4. Name
135135
Edit the name on the welcome message with your own name. This line of text can be found in the `/docs/index.html` file.
@@ -196,7 +196,7 @@ This is where you display the tools/technologies used in building the project. E
196196
<p>React, Redux, SASS</p>
197197
```
198198
### Project Link
199-
The project links are the icons on the top right of the project cards. One is the github link and the othe is the live link. You can paste the respective links into the empty `href` attributes. The icons are added using an icon library called <a href="fontawesome.com/">fontawesome</a> so changing this icon is super easy.
199+
The project links are the icons on the top right of the project cards. One is the github link and the other is the live link. You can paste the respective links into the empty `href` attributes. The icons are added using an icon library called <a href="fontawesome.com/">fontawesome</a> so changing this icon is super easy.
200200
```html
201201
<a href="#"><i class="fab fa-github"></i></a>
202202
<a href="#"><i class="fas fa-globe"></i></a>
@@ -263,7 +263,7 @@ We are using plain `CSS` for this project and you can find that in the `docs/css
263263

264264
## Sponsor
265265
<div>
266-
<a href="https://www.buymeacoffee.com/evavic44">
266+
<a href="https://www.buymeacoffee.com/victoreke">
267267
<img width="150px" alt="bmc-button" src="https://user-images.githubusercontent.com/62628408/127788747-8850d386-fc61-4fff-b18f-8c5ee597be34.png">
268268
</a>
269269
<img width="150px" height="100%" src="https://img.shields.io/badge/sponsor-30363D?style=for-the-badge&logo=GitHub-Sponsors&logoColor=#white">

0 commit comments

Comments
 (0)