From bbf6fe13129a9050841b1650200d5110ddcc3df3 Mon Sep 17 00:00:00 2001 From: Aaron Meese Date: Sat, 17 Oct 2020 08:38:17 -0500 Subject: [PATCH] docs: added URL Encoding Help (#542) --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 037d5ba..1af7e29 100644 --- a/readme.md +++ b/readme.md @@ -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: