From cffb0843b172ca114a0164b6258dc35947e99bd3 Mon Sep 17 00:00:00 2001 From: tmt <101849050+tinnamchoi@users.noreply.github.com> Date: Wed, 27 Jul 2022 15:17:55 +0930 Subject: [PATCH] docs: incorrect cache documentation (#1889) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index d1aa23a..1467390 100644 --- a/readme.md +++ b/readme.md @@ -167,7 +167,7 @@ You can customize the appearance of your `Stats Card` or `Repo Card` however you - `bg_color` - Card's background color _(hex color)_ **or** a gradient in the form of _angle,start,end_ - `hide_border` - Hides the card's border _(boolean)_ - `theme` - name of the theme, choose from [all available themes](./themes/README.md) -- `cache_seconds` - set the cache header manually _(min: 1800, max: 86400)_ +- `cache_seconds` - set the cache header manually _(min: 7200, max: 86400)_ - `locale` - set the language in the card _(e.g. cn, de, es, etc.)_ - `border_radius` - Corner rounding on the card_