From 865df9ffa666dfb4da0d622c7bd176a1c5c920df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roy=20Wellington=20=E2=85=A3?= Date: Sat, 20 Apr 2013 16:01:36 -0700 Subject: [PATCH] More grammar touchups. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 48bc766..b1777ef 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ a red ⌁ if the battery is discharging and under threshold; * the average of the batteries remaining power, if it is under the given threshold, with a colormap, going more and more red 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; +colormap that becomes more and more noticeable with increasing load; * the number of detached sessions (`screen` or `tmux`), if there are any; * the number of attached sleeping jobs (when you interrupt a command with Ctrl-Z and bring it back with `fg`), if there are any; @@ -63,7 +63,7 @@ preserving the first two directories; * an up arrow if an HTTP proxy is in use; * the name of the current branch if you are in a version control repository (git, mercurial, subversion, bazaar or fossil), in green if everything is up -to date, in red if there is changes, in yellow if there is pending +to date, in red if there are changes, in yellow if there are pending commits to push; * the number of added/deleted lines (git) or files (fossil), if changes have been made and the number of pending commits, if any;