From d899f070d38bbe639e488e9886a246d2cff9f481 Mon Sep 17 00:00:00 2001 From: Erik Boesen Date: Tue, 8 Sep 2020 13:49:22 -0600 Subject: [PATCH] docs: Fix "colro" typo in README (#441) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 2067b22..3ccc0ea 100644 --- a/readme.md +++ b/readme.md @@ -140,7 +140,7 @@ You can customize the appearance of your `Stats Card` or `Repo Card` however you You can provide multiple comma separated values in bg_color option to render a gradient, the format of the gradient is :- ``` -&bg_color=DEG,COLOR1,COLRO2,COLOR3...COLOR10 +&bg_color=DEG,COLOR1,COLOR2,COLOR3...COLOR10 ``` > Note on cache: Repo cards have default cache of 4hours (14400 seconds) if the fork count & star count is less than 1k otherwise it's 2hours (7200). Also note that cache is clamped to a minimum of 2hours and maximum of 24hours