Skip to content

Commit 49b8840

Browse files
authored
docs: clean up changes
1 parent c8cbefa commit 49b8840

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

readme.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,9 @@ You can customize the appearance of your `Stats Card` or `Repo Card` however you
142142
> When hide_rank=`true`, the minimum card width is 270 px + the title length and padding.
143143
144144
<details>
145-
<summary><h3>Examples</h3></summary>
145+
<summary><h3>:eyes: Show examples</h3></summary>
146146

147-
### Hiding individual stats
147+
#### Hiding individual stats
148148

149149
You can pass a query parameter `&hide=` to hide any specific stats with comma-separated values.
150150

@@ -154,7 +154,7 @@ You can pass a query parameter `&hide=` to hide any specific stats with comma-se
154154
![Anurag's GitHub stats](https://github-readme-stats.vercel.app/api?username=anuraghazra&hide=contribs,prs)
155155
```
156156

157-
### Adding private contributions count to total commits count
157+
#### Adding private contributions count to total commits count
158158

159159
You can add the count of all your private contributions to the total commits count by using the query parameter `&count_private=true`.
160160

@@ -167,13 +167,14 @@ You can add the count of all your private contributions to the total commits cou
167167
![Anurag's GitHub stats](https://github-readme-stats.vercel.app/api?username=anuraghazra&count_private=true)
168168
```
169169

170-
### Showing icons
170+
#### Showing icons
171171

172172
To enable icons, you can pass `show_icons=true` in the query param, like so:
173173

174174
```md
175175
![Anurag's GitHub stats](https://github-readme-stats.vercel.app/api?username=anuraghazra&show_icons=true)
176176
```
177+
</details>
177178

178179
### Themes
179180

@@ -282,8 +283,6 @@ You can use [GitHub's new media feature](https://github.blog/changelog/2022-05-1
282283

283284
</details>
284285

285-
</details>
286-
287286
* * *
288287

289288
# GitHub Extra Pins

0 commit comments

Comments
 (0)