Skip to content

Commit

Permalink
docs: fix typo (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
taichi uchihara authored Jul 26, 2020
1 parent 845e90b commit 3bdcf3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ To hide any specific stats, you can pass a query parameter `?hide=` with comma s
> Options: `&hide=stars,commits,prs,issues,contribs`
```md
![Anurag's github stats](https://github-readme-stats.vercel.app/api?username=anuraghazra&hide=contribs,prs])
![Anurag's github stats](https://github-readme-stats.vercel.app/api?username=anuraghazra&hide=contribs,prs)
```

### Adding private contributions count to total commits count
Expand Down Expand Up @@ -190,7 +190,7 @@ You can use `?hide=language1,language2` parameter to hide individual languages.

- Hiding specific stats

![Anurag's github stats](https://github-readme-stats.vercel.app/api?username=anuraghazra&hide=contribs,issues])
![Anurag's github stats](https://github-readme-stats.vercel.app/api?username=anuraghazra&hide=contribs,issues)

- Showing icons

Expand Down

0 comments on commit 3bdcf3d

Please sign in to comment.