From d5c94b6f57d4592b8fafe3fb56f5c8d254cdc51a Mon Sep 17 00:00:00 2001 From: John Sweeney Date: Tue, 6 Sep 2022 07:50:39 +0100 Subject: [PATCH] Remove unneeded underscore from Readme (#2003) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index ec31fdf..f657871 100644 --- a/readme.md +++ b/readme.md @@ -169,7 +169,7 @@ You can customize the appearance of your `Stats Card` or `Repo Card` however you - `theme` - name of the theme, choose from [all available themes](./themes/README.md) - `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_ +- `border_radius` - Corner rounding on the card > Note: The minimum of cache_seconds is currently 4 hours as a temporary fix for PATs exhaustion.