From f38c69467077e6cf1a56ceefa23ae85a44f6f8bf Mon Sep 17 00:00:00 2001 From: Thomas Orozco Date: Fri, 27 Feb 2015 10:15:44 -0800 Subject: [PATCH] README fixes --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fe615a6..5cb1320 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Using Tini Add Tini to your container, and make it executable. -It's a very small file (10KB range). All Tini depends on is libc. +Tini is a very small file (in the 10KB range), and all it depends on is `libc`. Once you've added Tini, use it like so: @@ -40,8 +40,8 @@ Besides, Tini will reap potential zombie processes every second. Debugging --------- -If something isn't just like you expect, consider increasing the verbosity -level (up to 3): +If something isn't working just like you expect, consider increasing the +verbosity level (up to 3): tini -v -- bash -c 'exit 1' tini -vv -- true