mirror of
https://github.com/System-End/github-readme-stats.git
synced 2026-04-19 16:38:23 +00:00
docs: added URL Encoding Help (#542)
This commit is contained in:
parent
24ba102e10
commit
bbf6fe1312
1 changed files with 2 additions and 1 deletions
|
|
@ -179,7 +179,8 @@ You can provide multiple comma-separated values in bg_color option to render a g
|
|||
|
||||
> :warning: **Important:**
|
||||
> Language names should be uri-escaped, as specified in [Percent Encoding](https://en.wikipedia.org/wiki/Percent-encoding)
|
||||
> (i.e: `c++` should become `c%2B%2B`, `jupyter notebook` should become `jupyter%20notebook`, etc.)
|
||||
> (i.e: `c++` should become `c%2B%2B`, `jupyter notebook` should become `jupyter%20notebook`, etc.) You can use
|
||||
> [urlencoder.org](https://www.urlencoder.org/) to help you do this automatically.
|
||||
|
||||
#### Wakatime Card Exclusive Options:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue