From 1b96b3191f1ada712877b805e8c9cf07cad4f579 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Fri, 15 Nov 2019 11:34:57 +0100 Subject: Better formatting --- README.md | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index ea00fd2..4dd8bac 100644 --- a/README.md +++ b/README.md @@ -29,23 +29,14 @@ lowbat > /dev/null 2>&1 & Two options are available: -+ `--say [MESSAGE]` -+ `--silent` ++ `--say [MESSAGE]` allows you to set your own warning message lowbat is active. ++ `--silent` disables audio warnings. -### Definitions - -`--say "message"` will allow you to set your own warning message lowbat is active. - -#### Example: +#### Examples of use: ```shell lowbat --say "your custom message" > /dev/null 2>&1 ``` --------- - -`--silent` disables audio warnings. - -#### Example: ```shell lowbat --silent > /dev/null 2>&1 -- cgit v1.2.3