From 6255c147a6f68532e186f679a5a2faccc95ef402 Mon Sep 17 00:00:00 2001 From: Rajiv <51883613+thoughtlessmind@users.noreply.github.com> Date: Tue, 15 Aug 2023 12:05:11 +0530 Subject: [PATCH] fixed link to default colors in readme fixes https://github.com/githubocto/repo-visualizer/issues/59 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 559f8d0..6bad405 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ Default: `''` (no artifact) ### `file_colors` -You can customize the colors for specific file extensions. Key/value pairs will extend the [default colors](https://github.com/githubocto/repo-visualizer/pull/src/language-colors.json). +You can customize the colors for specific file extensions. Key/value pairs will extend the [default colors](https://github.com/githubocto/repo-visualizer/blob/main/src/language-colors.json). For example: '{"js": "red","ts": "green"}' default: '{}'