Skip to content

Commit

Permalink
README fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
krallin committed Feb 27, 2015
1 parent fb68976 commit f38c694
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -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:

Expand All @@ -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
Expand Down

0 comments on commit f38c694

Please sign in to comment.