From f873a5cb9f71470c7b6e575714ff4c3e5572243f Mon Sep 17 00:00:00 2001 From: Stephen Heumann Date: Mon, 15 Dec 2014 21:48:31 -0600 Subject: [PATCH] README format fix. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0dd517944..97d4eec34 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ of BusyBox. In general, it implements most of the features you would expect, although there are a few missing ones (such as tilde expansion and aliases). Supported features include: + * if/then/elif/else/fi conditionals * for/in/do/done loops * while loops