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

Skip to content

Commit f7ddcbe

Browse files
authored
docs: update readme (anuraghazra#1721)
This pull request fixes several syntax errors in the readme that might confuse people.
1 parent de05a57 commit f7ddcbe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

readme.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ The implementation can be investigated at [src/calculateRank.js](./src/calculate
106106

107107
### Hiding individual stats
108108

109-
To hide any specific stats, you can pass a query parameter `?hide=` with comma-separated values.
109+
To hide any specific stats, you can pass a query parameter `&hide=` with comma-separated values.
110110

111111
> Options: `&hide=stars,commits,prs,issues,contribs`
112112
@@ -116,7 +116,7 @@ To hide any specific stats, you can pass a query parameter `?hide=` with comma-s
116116

117117
### Adding private contributions count to total commits count
118118

119-
You can add the count of all your private contributions to the total commits count by using the query parameter `?count_private=true`.
119+
You can add the count of all your private contributions to the total commits count by using the query parameter `&count_private=true`.
120120

121121
_Note: If you are deploying this project yourself, the private contributions will be counted by default. Otherwise, you need to choose to share your private contribution counts._
122122

@@ -266,15 +266,15 @@ Endpoint: `api/top-langs?username=anuraghazra`
266266

267267
### Exclude individual repositories
268268

269-
You can use `?exclude_repo=repo1,repo2` parameter to exclude individual repositories.
269+
You can use `&exclude_repo=repo1,repo2` parameter to exclude individual repositories.
270270

271271
```md
272272
[![Top Langs](https://github-readme-stats.vercel.app/api/top-langs/?username=anuraghazra&exclude_repo=github-readme-stats,anuraghazra.github.io)](https://github.com/anuraghazra/github-readme-stats)
273273
```
274274

275275
### Hide individual languages
276276

277-
You can use `?hide=language1,language2` parameter to hide individual languages.
277+
You can use `&hide=language1,language2` parameter to hide individual languages.
278278

279279
```md
280280
[![Top Langs](https://github-readme-stats.vercel.app/api/top-langs/?username=anuraghazra&hide=javascript,html)](https://github.com/anuraghazra/github-readme-stats)

0 commit comments

Comments
 (0)