From b91ff3cca38d9d22e9ff5b67543f5c9fd8907dd8 Mon Sep 17 00:00:00 2001 From: Caleb Bassi Date: Thu, 10 May 2018 21:49:12 -0700 Subject: [PATCH] Fix colorscheme links in README --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8c5ab7a..853ca63 100644 --- a/README.md +++ b/README.md @@ -74,8 +74,12 @@ Note: Process list doesn't work using Docker. ### Colorschemes -A different Colorscheme can be set with the `-c` flag followed its name. You can find them in the `colorschemes` folder. -Feel free to add a new one. You can use 256 colors, bold, underline, and reverse. You can see the template and get more info [here](https://github.com/cjbassi/gotop/blob/master/colorschemes/template.go) and see the default colorscheme as an example [here](https://github.com/cjbassi/gotop/blob/master/colorschemes/default.go). +A different Colorscheme can be set with the `-c` flag followed its name. +You can find different ones in [src/colorschemes](https://github.com/cjbassi/gotop/tree/master/src/colorschemes). +Feel free to add a new one. +You can use 256 colors, bold, underline, and reverse. +You can see the template and get more info [here](https://github.com/cjbassi/gotop/blob/master/src/colorschemes/template.go) +and see the default colorscheme as an example [here](https://github.com/cjbassi/gotop/blob/master/src/colorschemes/default.go). ### CLI Options