From 2eac6ef955b53e45db8f34d05406c21cf36beb75 Mon Sep 17 00:00:00 2001 From: Louis Thevenet Date: Thu, 28 Nov 2024 07:47:05 +0100 Subject: [PATCH] docs(readme): Fix a typo in jupyter notebook in language exclusion lists (#202) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7de8cad5e..f3f2a091e 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ - username - Username - exclude: - - A comma separated list of languages to exclude, e.g., exclude=java,rust,jupyter%20notebook + - 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) @@ -84,7 +84,7 @@ - username - Username - exclude: - - A comma separated list of languages to exclude, e.g., exclude=java,rust,jupyter%20notebook + - 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)