diff --git a/README.md b/README.md index 51addb2..d20631d 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ brew install gotop gotop ships with a few colorschemes which can be set with the `-c` flag followed by the name of one. You can find all the colorschemes in the [colorschemes folder](./colorschemes). -To make a custom colorscheme, check out the [template](./colorschemes/template.go) for instructions and then use [default.json](./colorschemes/default.json) as a starter. Then put the file at `~/.config/gotop/{name}.json` on Linux or `~/Library/Application Support/gotop/{name}.json` on OSX and load it with `gotop -c {name}`. Colorschemes PR's are welcome! +To make a custom colorscheme, check out the [template](./colorschemes/template.go) for instructions and then use [default.json](./colorschemes/default.json) as a starter. Then put the file at `~/.config/gotop/.json` on Linux or `~/Library/Application Support/gotop/.json` on OSX and load it with `gotop -c `. Colorschemes PR's are welcome! ### CLI Options @@ -96,7 +96,7 @@ To make a custom colorscheme, check out the [template](./colorschemes/template.g `-p`, `--percpu` Show each CPU in the CPU widget. `-a`, `--averagecpu` Show average CPU in the CPU widget. `-s`, `--statusbar` Show a statusbar with the time. -`-b`, `--battery` Show battery level widget (`minimal` turns off). [widget preview](./assets/battery.png) +`-b`, `--battery` Show battery level widget (`minimal` turns off). [preview](./assets/battery.png) ## Credits