From 3100a9f1d32b84b7eaa6ef1cd429229c7ae2ab02 Mon Sep 17 00:00:00 2001 From: Louis Thevenet Date: Mon, 25 Nov 2024 20:47:20 +0100 Subject: [PATCH] docs(readme): Fix a typo in jupyter notebook in language exclusion lists --- 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)