From b7cb8ed4458cba2cd6056558905aaa34e3fb8aca Mon Sep 17 00:00:00 2001 From: Xerxes-2 Date: Wed, 7 Aug 2024 10:24:34 +1000 Subject: [PATCH] fix: typo in `themes/README.md` `&theme=` is mistyped as `?theme=` --- themes/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/README.md b/themes/README.md index 5e50b5bbc8e6d..68dbc48cc68f5 100644 --- a/themes/README.md +++ b/themes/README.md @@ -4,7 +4,7 @@ With inbuilt themes, you can customize the look of the card without doing any manual customization. -Use `?theme=THEME_NAME` parameter like so: +Use `&theme=THEME_NAME` parameter like so: ```md ![Anurag's GitHub stats](https://github-readme-stats.vercel.app/api?username=anuraghazra&theme=dark&show_icons=true)