Skip to content

Commit 9dde519

Browse files
committed
docs: fix typo
1 parent 8854c6d commit 9dde519

File tree

6 files changed

+21
-21
lines changed

6 files changed

+21
-21
lines changed

CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ _(make sure you already have a [vercel](https://vercel.com/) account)_
3131

3232
## Themes Contribution
3333

34-
Github readme stats supports custom theming and you can also contribute new themes!
34+
GitHub Readme Stats supports custom theming and you can also contribute new themes!
3535

3636
All you need to do is edit [themes/index.js](./themes/index.js) file and add your theme at the end of the file.
3737

@@ -43,7 +43,7 @@ While creating the Pull request to add a new theme **don't forget to add a scree
4343

4444
In short, when you submit changes, your submissions are understood to be under the same [MIT License](http://choosealicense.com/licenses/mit/) that covers the project. Feel free to contact the maintainers if that's a concern.
4545

46-
## Report issues/bugs using Github's [issues](https://github.com/anuraghazra/github-readme-stats/issues)
46+
## Report issues/bugs using GitHub's [issues](https://github.com/anuraghazra/github-readme-stats/issues)
4747

4848
We use GitHub issues to track public bugs. Report a bug by [opening a new issue](https://github.com/anuraghazra/github-readme-stats/issues/new/choose); it's that easy!
4949

@@ -55,7 +55,7 @@ We use GitHub issues to track public bugs. Report a bug by [opening a new issue]
5555
- Steps to reproduce
5656
- Be specific!
5757
- Share the snapshot, if possible.
58-
- Github Readme Stats' live link
58+
- GitHub Readme Stats' live link
5959
- What actually happens
6060
- What you expected would happen
6161
- Notes (possibly including why you think this might be happening, or stuff you tried that didn't work)

readme.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img width="100px" src="https://res.cloudinary.com/anuraghazra/image/upload/v1594908242/logo_ccswme.svg" align="center" alt="Github Readme Stats" />
2+
<img width="100px" src="https://res.cloudinary.com/anuraghazra/image/upload/v1594908242/logo_ccswme.svg" align="center" alt="GitHub Readme Stats" />
33
<h2 align="center">GitHub Readme Stats</h2>
44
<p align="center">Get dynamically generated GitHub stats on your readmes!</p>
55
</p>
@@ -103,7 +103,7 @@ Use `?theme=THEME_NAME` parameter like so :-
103103

104104
dark, radical, merko, gruvbox, tokyonight, onedark, cobalt, synthwave, highcontrast, dracula
105105

106-
<img src="https://res.cloudinary.com/anuraghazra/image/upload/v1595174536/grs-themes_l4ynja.png" alt="Github Readme Stat Themes" width="600px"/>
106+
<img src="https://res.cloudinary.com/anuraghazra/image/upload/v1595174536/grs-themes_l4ynja.png" alt="GitHub Readme Stat Themes" width="600px"/>
107107

108108
You can look at a preview for [all available themes](./themes/README.md) or checkout the [theme config file](./themes/index.js) & **you can also contribute new themes** if you like :D
109109

@@ -127,9 +127,9 @@ Customization Options:
127127
| show_owner | boolean | shows owner name in repo card | N/A | false | N/A |
128128
| show_icons | boolean | shows icons | false | N/A | N/A |
129129
| theme | string | sets inbuilt theme | 'default' | 'default_repocard' | 'default' |
130-
| cache_seconds | number | manually set custom cache control | 1800 | 1800 | '1800' |
130+
| cache_seconds | number | manually set custom cache control | 1800 | 1800 | 1800 |
131131
| count_private | boolean | counts private contributions too if enabled | false | N/A | N/A |
132-
| layout | string | choose a layout option | N/A | N/A | "default" |
132+
| layout | string | choose a layout option | N/A | N/A | 'default' |
133133

134134
> Note on cache: Repo cards have default cache of 30mins (1800 seconds) if the fork count & star count is less than 1k otherwise it's 2hours (7200). Also note that cache is clamped to minimum of 30min and maximum of 24hours
135135

readme_cn.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img width="100px" src="https://res.cloudinary.com/anuraghazra/image/upload/v1594908242/logo_ccswme.svg" align="center" alt="Github Readme Stats" />
2+
<img width="100px" src="https://res.cloudinary.com/anuraghazra/image/upload/v1594908242/logo_ccswme.svg" align="center" alt="GitHub Readme Stats" />
33
<h2 align="center">GitHub Readme Stats</h2>
44
<p align="center">在你的 README 中获取动态生成的 GitHub 统计信息!</p>
55
</p>
@@ -101,7 +101,7 @@ _注:如果你是自己部署本项目,私人贡献将会默认被计数,
101101

102102
dark, radical, merko, gruvbox, tokyonight, onedark, cobalt, synthwave, highcontrast, dracula
103103

104-
<img src="https://res.cloudinary.com/anuraghazra/image/upload/v1595174536/grs-themes_l4ynja.png" alt="Github Readme Stat Themes" width="600px"/>
104+
<img src="https://res.cloudinary.com/anuraghazra/image/upload/v1595174536/grs-themes_l4ynja.png" alt="GitHub Readme Stat Themes" width="600px"/>
105105

106106
[theme config 文件](./themes/index.js) 中查看更多主题,或者 **贡献新的主题** :D
107107

@@ -125,7 +125,7 @@ dark, radical, merko, gruvbox, tokyonight, onedark, cobalt, synthwave, highcontr
125125
| show_owner | boolean | 显示 Repo 卡片所属账户用户名 | N/A | false | N/A |
126126
| show_icons | boolean | 显示图标 | false | N/A | N/A |
127127
| theme | string | 设置主题 | 'default' | 'default_repocard' | 'default' |
128-
| cache_seconds | number | 手动设置自定义缓存控制 | 1800 | 1800 |'1800' |
128+
| cache_seconds | number | 手动设置自定义缓存控制 | 1800 | 1800 | 1800 |
129129
| count_private | boolean | 统计私人贡献计数 | false | N/A | N/A |
130130
| layout | string | 布局方式 | N/A | N/A | 'default' |
131131

@@ -158,9 +158,9 @@ Endpoint: `api/pin?username=anuraghazra&repo=github-readme-stats`
158158

159159
# 热门语言卡片
160160

161-
热门语言卡片显示了Github用户常用的编程语言
161+
热门语言卡片显示了GitHub用户常用的编程语言
162162

163-
*注意:热门语言并不表示我的技能水平或类似的水平,它是用户在Github上拥有最多代码的一项指标,它是github-readme-stats的新功能*
163+
*注意:热门语言并不表示我的技能水平或类似的水平,它是用户在GitHub上拥有最多代码的一项指标,它是github-readme-stats的新功能*
164164

165165
### 使用细则
166166

readme_de.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img width="100px" src="https://res.cloudinary.com/anuraghazra/image/upload/v1594908242/logo_ccswme.svg" align="center" alt="Github Readme Stats" />
2+
<img width="100px" src="https://res.cloudinary.com/anuraghazra/image/upload/v1594908242/logo_ccswme.svg" align="center" alt="GitHub Readme Stats" />
33
<h2 align="center">GitHub Readme Stats</h2>
44
<p align="center">Zeige dynamisch generierte GitHub-Statistiken in deinen Readmes!</p>
55
</p>
@@ -82,7 +82,7 @@ Benutze den `?theme=THEME_NAME`-Parameter wie folgt :-
8282

8383
dark, radical, merko, gruvbox, tokyonight, onedark, cobalt, synthwave, highcontrast, dracula
8484

85-
<img src="https://res.cloudinary.com/anuraghazra/image/upload/v1595174536/grs-themes_l4ynja.png" alt="Github Readme Stat Themes" width="600px"/>
85+
<img src="https://res.cloudinary.com/anuraghazra/image/upload/v1595174536/grs-themes_l4ynja.png" alt="GitHub Readme Stat Themes" width="600px"/>
8686

8787
Du kannst dir eine Vorschau [aller verfügbaren Themes](./themes/README.md) ansehen oder die [theme config Datei](./themes/index.js) auschecken.
8888
Außerdem **kannst du neue Themes beisteuern** wenn du möchtest, contributions sind gern gesehen :D
@@ -106,7 +106,7 @@ Anpassungsoptionen:
106106
| show_owner | boolean | zeigt den Namen des Besitzers in der Repo-Karte | N/A | false | N/A |
107107
| show_icons | boolean | zeige Icons an | false | N/A | N/A |
108108
| theme | string | setze eingebaute themes | 'default' | 'default_repocard' | 'default' |
109-
| cache_seconds | number | manuelles setzen der Cachezeiten | 1800 | 1800 | '1800' |
109+
| cache_seconds | number | manuelles setzen der Cachezeiten | 1800 | 1800 | 1800 |
110110
| hide_langs_below | number | verberge Sprachen unter einem bestimmten Schwellwert | N/A | N/A | undefined |
111111

112112
> Hinweis bzgl. des Caches: Wenn die Anzahl der Forks und Stars geringer als 1Tsd ist, haben die Repo-Cards eine default Cachezeit von 30 Minuten (1800 Sekunden), ansonsten beträgt diese 2 Stunden (7200 Sekunden). Außerdem ist der Cache auf eine Minimum von 30 Minuten und ein Maximum von 24 Stunden begrenzt.

readme_es.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img width="100px" src="https://res.cloudinary.com/anuraghazra/image/upload/v1594908242/logo_ccswme.svg" align="center" alt="Github Readme Stats" />
2+
<img width="100px" src="https://res.cloudinary.com/anuraghazra/image/upload/v1594908242/logo_ccswme.svg" align="center" alt="GitHub Readme Stats" />
33
<h2 align="center">GitHub Readme Stats</h2>
44
<p align="center">¡Obtén tus estadísticas de GitHub generadas dinámicamente en tu README!</p>
55
</p>
@@ -97,7 +97,7 @@ Utiliza el parámetro `?theme=THEME_NAME`, de esta manera:
9797

9898
dark, radical, merko, gruvbox, tokyonight, onedark, cobalt, synthwave, highcontrast, dracula
9999

100-
<img src="https://res.cloudinary.com/anuraghazra/image/upload/v1595174536/grs-themes_l4ynja.png" alt="Github Readme Stat Themes" width="600px"/>
100+
<img src="https://res.cloudinary.com/anuraghazra/image/upload/v1595174536/grs-themes_l4ynja.png" alt="GitHub Readme Stat Themes" width="600px"/>
101101

102102
Puedes ver una vista previa de [todos los temas disponibles](./themes/README.md) o ver el [archivo de configuración](./themes/index.js) del tema y también **puedes contribuir con nuevos temas** si lo deseas: D
103103

readme_ja.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img width="100px" src="https://res.cloudinary.com/anuraghazra/image/upload/v1594908242/logo_ccswme.svg" align="center" alt="Github Readme Stats" />
2+
<img width="100px" src="https://res.cloudinary.com/anuraghazra/image/upload/v1594908242/logo_ccswme.svg" align="center" alt="GitHub Readme Stats" />
33
<h2 align="center">GitHub Readme Stats</h2>
44
<p align="center">あなたのREADMEに動的に生成されたGitHubの統計情報を載せましょう!</p>
55
</p>
@@ -102,7 +102,7 @@ _Note: このプロジェクトを自分でデプロイしている場合、デ
102102

103103
dark, radical, merko, gruvbox, tokyonight, onedark, cobalt, synthwave, highcontrast, dracula
104104

105-
<img src="https://res.cloudinary.com/anuraghazra/image/upload/v1595174536/grs-themes_l4ynja.png" alt="Github Readme Stat Themes" width="600px"/>
105+
<img src="https://res.cloudinary.com/anuraghazra/image/upload/v1595174536/grs-themes_l4ynja.png" alt="GitHub Readme Stat Themes" width="600px"/>
106106

107107
用意されている全てのテーマの[プレビュー](./themes/README.md)[設定ファイル](./themes/index.js)を見ることができます。もしよろしければ、**新しいテーマを投稿してみてください** (´∀` )
108108

@@ -126,9 +126,9 @@ Customization Options:
126126
| show_owner | boolean | オーナー名の表示 | N/A | false | N/A |
127127
| show_icons | boolean | アイコンの表示 | false | N/A | N/A |
128128
| theme | string | 用意されているテーマ | 'default' | 'default_repocard' | 'default' |
129-
| cache_seconds | number | キャッシュコントロール | 1800 | 1800 | '1800' |
129+
| cache_seconds | number | キャッシュコントロール | 1800 | 1800 | 1800 |
130130
| count_private | boolean | private contributions 数をコミット総数に追加 | false | N/A | N/A |
131-
| layout | string | レイアウトのオプション選択 | N/A | N/A | "default" |
131+
| layout | string | レイアウトのオプション選択 | N/A | N/A | 'default' |
132132

133133
> キャッシュに関する注意点: Repo cards のデフォルトのキャッシュは、フォーク数とスター数が 1k 未満の場合は 30分(1800秒) で、それ以外の場合は 2時間(7200) です。また、キャッシュは最低でも 30分、最大でも 24時間に制限されていることに注意してください。
134134

0 commit comments

Comments
 (0)