fix: conflict
This commit is contained in:
commit
a27d977c7d
1 changed files with 9 additions and 9 deletions
18
readme.md
18
readme.md
|
@ -1,6 +1,6 @@
|
||||||
## Github Readme stats
|
## Github Readme stats
|
||||||
|
|
||||||
Get dynamically generated github stats on your readmes!
|
Get dynamically generated GitHub stats on your readmes!
|
||||||
|
|
||||||
# Features
|
# Features
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ Get dynamically generated github stats on your readmes!
|
||||||
|
|
||||||
# Github Stats Card
|
# Github Stats Card
|
||||||
|
|
||||||
Copy paste this into your markdown content and thats it. simple!
|
Copy paste this into your markdown content, and that's it. Simple!
|
||||||
|
|
||||||
change the `?username=` value to your GitHubs's username
|
change the `?username=` value to your GitHubs's username
|
||||||
|
|
||||||
|
@ -23,9 +23,9 @@ change the `?username=` value to your GitHubs's username
|
||||||
[](https://github.com/anuraghazra/github-readme-stats)
|
[](https://github.com/anuraghazra/github-readme-stats)
|
||||||
```
|
```
|
||||||
|
|
||||||
### Hiding certain stats
|
### Hiding individual stats
|
||||||
|
|
||||||
To hide any specific stats you can pass a query parameter `?hide=` with an array of items you wanna hide.
|
To hide any specific stats, you can pass a query parameter `?hide=` with an array of items, you wanna hide.
|
||||||
|
|
||||||
> Options: `&hide=["stars","prs","issues","contribs"]`
|
> Options: `&hide=["stars","prs","issues","contribs"]`
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@ To hide any specific stats you can pass a query parameter `?hide=` with an array
|
||||||
|
|
||||||
### Showing icons
|
### Showing icons
|
||||||
|
|
||||||
To enable icons you can pass `show_icons=true` in the query param like so
|
To enable icons, you can pass `show_icons=true` in the query param like so
|
||||||
|
|
||||||
```md
|
```md
|
||||||

|

|
||||||
|
@ -62,13 +62,13 @@ Other options:
|
||||||
|
|
||||||
# Github Extra Pins
|
# Github Extra Pins
|
||||||
|
|
||||||
Github extra pins allows you to pin more than 6 repositories in your profile by using github readme profile.
|
Github extra pins allow you to pin more than 6 repositories in your profile using a GitHub readme profile.
|
||||||
|
|
||||||
Yey! you are no longer limited to 6 pinned repos
|
Yey! you are no longer limited to 6 pinned repositories.
|
||||||
|
|
||||||
### Usage
|
### Usage
|
||||||
|
|
||||||
Copy paste this code into your readme and change the links.
|
Copy-paste this code into your readme and change the links.
|
||||||
|
|
||||||
Endpoint: `api/pin?username=anuraghazra&repo=github-readme-stats`
|
Endpoint: `api/pin?username=anuraghazra&repo=github-readme-stats`
|
||||||
|
|
||||||
|
@ -82,7 +82,7 @@ Endpoint: `api/pin?username=anuraghazra&repo=github-readme-stats`
|
||||||
|
|
||||||
### Quick Tip (Align The Repo Cards)
|
### Quick Tip (Align The Repo Cards)
|
||||||
|
|
||||||
Normally you won't be able to layout the images side by side to do that you can use this approach
|
You usually won't be able to layout the images side by side to do that you can use this approach
|
||||||
|
|
||||||
```md
|
```md
|
||||||
<a href="https://github.com/anuraghazra/github-readme-stats">
|
<a href="https://github.com/anuraghazra/github-readme-stats">
|
||||||
|
|
Loading…
Add table
Reference in a new issue