You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,7 +131,7 @@ You can look at a preview for [all available themes](./themes/README.md) or chec
131
131
132
132
### Customization
133
133
134
-
You can customize the appearance of your `Stats Card` or `Repo Card` however you want with URL params.
134
+
You can customize the appearance of your `Stats Card` or `Repo Card` however you wish with URL params.
135
135
136
136
#### Common Options:
137
137
@@ -152,7 +152,7 @@ You can provide multiple comma-separated values in bg_color option to render a g
152
152
&bg_color=DEG,COLOR1,COLOR2,COLOR3...COLOR10
153
153
```
154
154
155
-
> Note on cache: Repo cards have a default cache of 4 hours (14400 seconds) if the fork count & star count is less than 1k, otherwise, it's 2 hours (7200 seconds). Also, note that the cache is clamped to a minimum of 2 hours and a maximum of 24 hours
155
+
> Note on cache: Repo cards have a default cache of 4 hours (14400 seconds) if the fork count & star count is less than 1k, otherwise, it's 2 hours (7200 seconds). Also, note that the cache is clamped to a minimum of 2 hours and a maximum of 24 hours.
156
156
157
157
#### Stats Card Exclusive Options:
158
158
@@ -168,7 +168,7 @@ You can provide multiple comma-separated values in bg_color option to render a g
168
168
169
169
#### Repo Card Exclusive Options:
170
170
171
-
-`show_owner` - Show the owner name of the repo_(boolean)_
171
+
-`show_owner` - Show the repo's owner name _(boolean)_
172
172
173
173
#### Language Card Exclusive Options:
174
174
@@ -222,7 +222,7 @@ Use [show_owner](#customization) variable to include the repo's owner username
222
222
223
223
# Top Languages Card
224
224
225
-
The top languages card shows a GitHub user's top languages which have used the most.
225
+
The top languages card show a GitHub user's most frequently used top language.
226
226
227
227
_NOTE: Top Languages does not indicate my skill level or anything like that, it's a GitHub metric of which languages have the most code on GitHub. It's a new feature of github-readme-stats._
228
228
@@ -395,7 +395,7 @@ NOTE: Since [#58](https://github.com/anuraghazra/github-readme-stats/pull/58) we
395
395
I open-source almost everything I can, and I try to reply to everyone needing help using these projects. Obviously,
396
396
this takes time. You can use this service for free.
397
397
398
-
However, if you are using this project and happy with it or just want to encourage me to continue creating stuff, there are few ways you can do it :-
398
+
However, if you are using this project and are happy with it or just want to encourage me to continue creating stuff, there are few ways you can do it :-
399
399
400
400
- Giving proper credit when you use github-readme-stats on your readme, linking back to it :D
0 commit comments