Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 00ce9d3

Browse files
authored
Merge pull request anuraghazra#54 from MicaelJarniac/patch-1
docs: Fixed typos, punctuation
2 parents 9328a57 + 47370ad commit 00ce9d3

File tree

1 file changed

+22
-19
lines changed

1 file changed

+22
-19
lines changed

readme.md

+22-19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<h2 align="center">Github Readme Stats</h2>
2+
<h2 align="center">GitHub Readme Stats</h2>
33
<p align="center">Get dynamically generated GitHub stats on your readmes!</p>
44

55
<p align="center">
@@ -25,26 +25,26 @@
2525

2626
# Features
2727

28-
- [Github Stats Card](#github-stats-card)
29-
- [Github Extra Pins](#github-extra-pins)
28+
- [GitHub Stats Card](#github-stats-card)
29+
- [GitHub Extra Pins](#github-extra-pins)
3030
- [Customization](#customization)
3131
- [Deploy Yourself](#deploy-on-your-own-vercel-instance)
3232

33-
# Github Stats Card
33+
# GitHub Stats Card
3434

3535
Copy paste this into your markdown content, and that's it. Simple!
3636

37-
change the `?username=` value to your GitHubs's username
37+
Change the `?username=` value to your GitHub's username.
3838

3939
```md
4040
[![Anurag's github stats](https://github-readme-stats.vercel.app/api?username=anuraghazra)](https://github.com/anuraghazra/github-readme-stats)
4141
```
4242

43-
_Note: Ranks are calculated based on users stats, see [src/calculateRank.js](./src/calculateRank.js)_
43+
_Note: Ranks are calculated based on user's stats, see [src/calculateRank.js](./src/calculateRank.js)_
4444

4545
### Hiding individual stats
4646

47-
To hide any specific stats, you can pass a query parameter `?hide=` with an array of items, you wanna hide.
47+
To hide any specific stats, you can pass a query parameter `?hide=` with an array of items you wanna hide.
4848

4949
> Options: `&hide=["stars","prs","issues","contribs"]`
5050
@@ -54,21 +54,21 @@ To hide any specific stats, you can pass a query parameter `?hide=` with an arra
5454

5555
### Showing icons
5656

57-
To enable icons, you can pass `show_icons=true` in the query param like so
57+
To enable icons, you can pass `show_icons=true` in the query param, like so:
5858

5959
```md
6060
![Anurag's github stats](https://github-readme-stats.vercel.app/api?username=anuraghazra&show_icons=true)
6161
```
6262

6363
Other options:
6464

65-
- `&hide_border=true` hide the border box if you don't like it :D.
66-
- `&line_height=30` control the line-height between text.
65+
- `&hide_border=true` hide the border box if you don't like it :D
66+
- `&line_height=30` control the line-height between text
6767
- `&hide_rank=true` hides the ranking
6868

6969
### Customization
7070

71-
You can customize the appearance of your `Stats Card` or `Repo Card` however you want with url params.
71+
You can customize the appearance of your `Stats Card` or `Repo Card` however you want with URL params.
7272

7373
Customization Options:
7474

@@ -107,11 +107,11 @@ Customization Options:
107107

108108
![Customized Card](https://github-readme-stats.vercel.app/api/pin?username=anuraghazra&repo=github-readme-stats&title_color=fff&icon_color=f9f9f9&text_color=9f9f9f&bg_color=151515)
109109

110-
# Github Extra Pins
110+
# GitHub Extra Pins
111111

112-
Github extra pins allow you to pin more than 6 repositories in your profile using a GitHub readme profile.
112+
GitHub extra pins allow you to pin more than 6 repositories in your profile using a GitHub readme profile.
113113

114-
Yey! you are no longer limited to 6 pinned repositories.
114+
Yey! You are no longer limited to 6 pinned repositories.
115115

116116
### Usage
117117

@@ -129,7 +129,7 @@ Endpoint: `api/pin?username=anuraghazra&repo=github-readme-stats`
129129

130130
### Quick Tip (Align The Repo Cards)
131131

132-
You usually won't be able to layout the images side by side to do that you can use this approach
132+
You usually won't be able to layout the images side by side. To do that you can use this approach:
133133

134134
```md
135135
<a href="https://github.com/anuraghazra/github-readme-stats">
@@ -142,11 +142,13 @@ You usually won't be able to layout the images side by side to do that you can u
142142

143143
## Deploy on your own Vercel instance
144144

145-
Since Github API only allows 5k requests per hour it is possible that my `https://github-readme-stats.vercel.app/api` could hit the rate limiter thats why if you want to host it on your own vercel server then you don't have to worry about anything. click on the deploy button to get started
145+
Since the GitHub API only allows 5k requests per hour, it is possible that my `https://github-readme-stats.vercel.app/api` could hit the rate limiter. If you host it on your own Vercel server, then you don't have to worry about anything. Click on the deploy button to get started!
146146

147147
[![Deploy to Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/anuraghazra/github-readme-stats)
148148

149-
### Guide on setting up Vercel
149+
<details>
150+
<summary>Guide on setting up Vercel</summary>
151+
150152
1. Go to [vercel.com](https://vercel.com/)
151153
1. Click on `Log in`
152154
![](https://files.catbox.moe/tct1wg.png)
@@ -155,13 +157,14 @@ Since Github API only allows 5k requests per hour it is possible that my `https:
155157
1. Sign into GitHub and allow access to all repositories, if prompted
156158
1. Fork this repo
157159
1. Go back to your [Vercel dashboard](https://vercel.com/dashboard)
158-
1. Select `Import project`
160+
1. Select `Import Project`
159161
![](https://files.catbox.moe/qckos0.png)
160162
1. Select `Import Git Repository`
161163
![](https://files.catbox.moe/pqub9q.png)
162-
1. Select root and keep everything as is, just add your environment variable named GITHUB_TOKEN (as shown), which will contain a personal access token (PAT), which you can easily create [here](https://github.com/settings/tokens/new) (leave everything as is, just name it something, can be anything you want.)
164+
1. Select root and keep everything as is, just add your environment variable named GITHUB_TOKEN (as shown), which will contain a personal access token (PAT), which you can easily create [here](https://github.com/settings/tokens/new) (leave everything as is, just name it something, it can be anything you want)
163165
![](https://files.catbox.moe/caem5b.png)
164166
1. Click deploy, and you're good to go. See your domains to use the API!
167+
</details>
165168

166169
Contributions are welcomed! <3
167170

0 commit comments

Comments
 (0)