summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Bassi <calebjbassi@gmail.com>2018-02-19 11:54:04 -0800
committerCaleb Bassi <calebjbassi@gmail.com>2018-02-19 11:54:04 -0800
commitbd578eafffd98096a961f041f9c85c5226c68990 (patch)
treed6016b12c1b494dad8f392bf0188fb5367b0d501
parent0cd4c221d086cdbe645cdbe9ffd55791e404d1fc (diff)
Updated README
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index be156bd..90afd96 100644
--- a/README.md
+++ b/README.md
@@ -57,8 +57,8 @@ Alternatively, if you're on Arch Linux you can install the `gotop` package from
## Colorschemes
-A different Colorscheme can be set with the `-c` startup flag followed its name, all of which can be found in the `colorschemes` folder.
-Feel free to add a new one. You can use 256 colors for them, including bold, underline, and reverse. More info [here](https://godoc.org/github.com/nsf/termbox-go#Attribute) and [here](https://godoc.org/github.com/nsf/termbox-go#OutputMode) under 'Output256'.
+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. More info [here](https://godoc.org/github.com/nsf/termbox-go#Attribute) and [here](https://godoc.org/github.com/nsf/termbox-go#OutputMode) under 'Output256'.
## TODO