File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ If the `theme` parameter is specified, any color customizations specified will b
61
61
| Parameter | Details | Example |
62
62
| :---------------: | :--------------------------------------------: | :---------------------------------------------------: |
63
63
| ` user ` | GitHub username to show stats for | ` DenverCoder1 ` |
64
- | ` date_format ` | Date format (Default: ` M j[, Y] ` ) | See note below on format strings |
64
+ | ` date_format ` | Date format (Default: ` M j[, Y] ` ) | See note below on [ Date Formats ] ( #date-formats ) |
65
65
| ` theme ` | The theme to apply (Default: ` default ` ) | ` dark ` , ` radical ` , etc. [ 🎨➜] ( ./docs/themes/README.md ) |
66
66
| ` hide_border ` | Make the border transparent (Default: ` false ` ) | ` true ` or ` false ` |
67
67
| ` background ` | Background color | ** hex code** without ` # ` or ** css color** |
@@ -93,6 +93,12 @@ When the contribution year is equal to the current year, the characters in brack
93
93
| <pre >[ Y.] n.j</pre > | <pre >"2020-04-14" => "2020.4.14"<br /><br />"2021-04-14" => "4.14"</pre > |
94
94
| <pre >M j[ , Y] </pre > | <pre >"2020-04-14" => "Apr 14, 2020"<br /><br />"2021-04-14" => "Apr 14"</pre > |
95
95
96
+ ### Example
97
+
98
+ ``` md
99
+ [](https://git.io/streak-stats)
100
+ ```
101
+
96
102
## ℹ️ How these stats are calculated
97
103
98
104
This tool uses the contribution graphs on your GitHub profile to calculate which days you have contributed.
You can’t perform that action at this time.
0 commit comments