From 724cae6ba998b637315a5a93c659f3eb9ac03f5b Mon Sep 17 00:00:00 2001 From: Masato Yamamoto <111506108+yamamoto99@users.noreply.github.com> Date: Fri, 30 Aug 2024 00:18:06 +0900 Subject: [PATCH] doc: Add clarification on using '%20' to represent spaces in language exclusion list in README (#195) --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 77ed05122..7de8cad5e 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,8 @@ - username - Username - exclude: - - A comma separated list of languages to exclude, e.g., exclude=java,rust + - A comma separated list of languages to exclude, e.g., exclude=java,rust,jupyter%20notebook + - You can represent a space in the language list by using '%20' when you want to include a space. - You can found the supported languages in [here](https://github.com/github/linguist/blob/master/lib/linguist/languages.yml) ### Top languages in commits card @@ -83,7 +84,8 @@ - username - Username - exclude: - - A comma separated list of languages to exclude, e.g., exclude=java,rust + - A comma separated list of languages to exclude, e.g., exclude=java,rust,jupyter%20notebook + - You can represent a space in the language list by using '%20' when you want to include a space. - You can found the supported languages in [here](https://github.com/github/linguist/blob/master/lib/linguist/languages.yml) ### GitHub stats card