Skip to content

Commit cf708f2

Browse files
committed
docs: move date_format row
1 parent c34a695 commit cf708f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ If the `theme` parameter is specified, any color customizations specified will b
6161
| Parameter | Details | Example |
6262
| :---------------: | :--------------------------------------------: | :---------------------------------------------------: |
6363
| `user` | GitHub username to show stats for | `DenverCoder1` |
64-
| `date_format` | Date format (Default: `M j[, Y]`) | See note below on [Date Formats](#date-formats) |
6564
| `theme` | The theme to apply (Default: `default`) | `dark`, `radical`, etc. [🎨➜](./docs/themes/README.md) |
6665
| `hide_border` | Make the border transparent (Default: `false`) | `true` or `false` |
6766
| `background` | Background color | **hex code** without `#` or **css color** |
@@ -74,6 +73,7 @@ If the `theme` parameter is specified, any color customizations specified will b
7473
| `currStreakLabel` | Current streak label | **hex code** without `#` or **css color** |
7574
| `sideLabels` | Total and longest streak labels | **hex code** without `#` or **css color** |
7675
| `dates` | Date range text color | **hex code** without `#` or **css color** |
76+
| `date_format` | Date format (Default: `M j[, Y]`) | See note below on [Date Formats](#date-formats) |
7777
| `type` | Output format (Default: `svg`) | Current options: `svg` or `json` |
7878

7979
### Date Formats

0 commit comments

Comments
 (0)