From 017e3ba180371040e38197343455ec3eabf4f481 Mon Sep 17 00:00:00 2001 From: Zohan Subhash Date: Tue, 17 Jan 2023 16:54:56 +0530 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 97b6f3f8..9606e552 100644 --- a/readme.md +++ b/readme.md @@ -548,7 +548,7 @@ Colors are passed as hex codes without the `#` character. For example, `ffffff`. Parameters like `total_stars` and `forks` can accept both numbers and text. If a number is given, it will automatically be formatted to use k-notation for thousands. -Parameters that apply only to the main API such as `username`, `repo`, `show_owner`, `locale, etc won't work for this API. Other parameters like `layout` and `text_color` ***will*** work. +Parameters that apply only to the main API such as `username`, `repo`, `show_owner`, `locale`, etc won't work for this API. Other parameters like `layout` and `text_color` ***will*** work. The new parameters that have been added are explained above (shown in the images). Parameters are lowercase snake-cased like for the main API.