From dec19fbfd21b8a1af843db072a252f095b660c8f Mon Sep 17 00:00:00 2001 From: Raphael Goncalves <89359384+raphaelricardo10@users.noreply.github.com> Date: Sat, 14 Jan 2023 22:48:08 -0300 Subject: [PATCH] Update readme.md fix: missing "&" in show_icons=true in Showing icons section --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index bfe042fcc2032..6315efc5fc4c9 100644 --- a/readme.md +++ b/readme.md @@ -133,7 +133,7 @@ You can add the count of all your private contributions to the total commits cou ### Showing icons -To enable icons, you can pass `show_icons=true` in the query param, like so: +To enable icons, you can pass `&show_icons=true` in the query param, like so: ```md ![Anurag's GitHub stats](https://github-readme-stats.vercel.app/api?username=anuraghazra&show_icons=true)