Skip to content

Commit

Permalink
Fixed typo in word color inside README (anuraghazra#2652)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerty541 authored and LucienZhang committed Jun 5, 2023
1 parent 3e05146 commit eb74f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ We have included a `transparent` theme that has a transparent background. This t

##### Add transparent alpha channel to a themes bg_color

You can use the `bg_color` parameter to make any of [the available themes](./themes/README.md) transparent. This is done by setting the `bg_color` to a colour with a transparent alpha channel (i.e. `bg_color=00000000`):
You can use the `bg_color` parameter to make any of [the available themes](./themes/README.md) transparent. This is done by setting the `bg_color` to a color with a transparent alpha channel (i.e. `bg_color=00000000`):

```md
![Anurag's GitHub stats](https://github-readme-stats.vercel.app/api?username=anuraghazra&show_icons=true&bg_color=00000000)
Expand Down

0 comments on commit eb74f5d

Please sign in to comment.