From ddca4ade850326de9a26cddf7839f6e272f0908f Mon Sep 17 00:00:00 2001 From: nojhan Date: Thu, 19 Jul 2012 14:23:20 +0200 Subject: [PATCH] small typos in the readme --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ca3bb8c..9624685 100644 --- a/README.md +++ b/README.md @@ -29,11 +29,12 @@ A liquid prompt displaying everything may look like this: It displays: * the average of the batteries remaining power, if it is under a given -threshold, with a colormap too; +threshold, with a colormap that became more and more noticeable with decreasing +power; * the average of the processors load, if it is over a given limit, with a -colormap that became more and more noticeable with increasing load; -* the number of attached sleeping jobs (when you interrupt a command with Ctrl-Z -and bring it back with `fg`), if there is any; +colormap too; +* the number of attached sleeping jobs (when you interrupt a command with +`Ctrl-Z` and bring it back with `fg`), if there is any; * the number of attached running jobs (commands started with a `&`), if there is any; * the current user, in bold yellow if it is root;