Fix comment

This commit is contained in:
Caleb Bassi 2018-05-04 15:32:07 -07:00
parent 8e750b8e90
commit 554519d5ea

View File

@ -8,7 +8,7 @@ package colorschemes
You can combine a color with 'Bold', 'Underline', or 'Reverse' by using bitwise OR ('|') and the name of the attribute.
For example, to get Bold red Labels, you would do 'Labels: 2 | Bold'.
Once you've created a colorscheme, add an entry for it in the `handleColorscheme` function in `gotop.go`.
Once you've created a colorscheme, add an entry for it in the `handleColorscheme` function in 'main.go'.
*/
const (