From eef585e787df439587ad88bb9d6aa83a01ebd700 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arda=20G=C3=BCrcan?= Date: Tue, 17 Aug 2021 12:48:04 +0300 Subject: [PATCH] Fix typos (#479) --- source/plugins/core/README.md | 4 ++-- source/plugins/languages/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/source/plugins/core/README.md b/source/plugins/core/README.md index 93639359..0879308a 100644 --- a/source/plugins/core/README.md +++ b/source/plugins/core/README.md @@ -52,7 +52,7 @@ Some templates may accept additional custom options that you can pass through th # ... other options template: "@super-metrics" setup_community_templates: octocat/metrics@master:super-metrics, octocat/metrics@master:trusted-metrics+trust - query: '{"custom_colo r":"#FF0000"}' + query: '{"custom_color":"#FF0000"}' ``` ### 🎨 Custom CSS styling @@ -287,4 +287,4 @@ As code is frozen on docker container images, this feature is disabled on forks with: # ... other options use_prebuilt_image: yes -``` \ No newline at end of file +``` diff --git a/source/plugins/languages/README.md b/source/plugins/languages/README.md index 0d1070fe..43862067 100644 --- a/source/plugins/languages/README.md +++ b/source/plugins/languages/README.md @@ -55,7 +55,7 @@ For better results, it's advised to add either your surnames and eventually no-r plugin_languages_colors: "0:orange, javascript:#ff0000, ..." # Make most used languages orange and JavaScript red plugin_languages_aliases: "JavaScript:JS, TypeScript:TS, ..." # Customize languages names with aliases plugin_languages_details: bytes-size, percentage # Additionally display total bytes size and percentage - plugin_la nguages_threshold: 2% # Hides all languages less than 2% + plugin_languages_threshold: 2% # Hides all languages less than 2% plugin_languages_limit: 8 # Display up to 8 languages plugin_languages_sections: most-used, recently-used # Display most used and recently used languages stats plugin_languages_indepth: no # Get indepth stats (see documentation before enabling)