From 3bbfecd0d4effb765b1f460d3022aa2aa0b45137 Mon Sep 17 00:00:00 2001 From: Nate Eagle Date: Wed, 23 Jan 2019 16:14:56 -0500 Subject: [PATCH] Very minor language tweak --- example_files/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example_files/config b/example_files/config index 63ca7a1..ee130f0 100644 --- a/example_files/config +++ b/example_files/config @@ -66,8 +66,8 @@ # Ouput method. Can be 'ncurses', 'noncurses' or 'raw'. # 'noncurses' is for systems that does not suport ncurses. -# 'raw' is an 8 or 16 bit (configurable via 'bit_format' option) data stream of -# the bar heights that can be used to send to other applications. +# 'raw' is an 8 or 16 bit (configurable via the 'bit_format' option) data +# stream of the bar heights that can be used to send to other applications. # 'raw' defaults to 200 bars, which can be adjusted in the 'bars' option above. ; method = ncurses