From fdbd184a437bbd33bb7befc2232e6faf9a3da674 Mon Sep 17 00:00:00 2001 From: Mike Senn Date: Tue, 12 Sep 2023 15:41:58 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9bb213d..cb31066 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ You'll need to maintain a record of installed components and component dependenc ## Input -The input will contain a sequence of commands (as described below), each on a separate line containing no more than eighty characters. Item names are case sensitive, and each is no longer than ten characters. The command names (DEPEND, INSTALL, REMOVE and LIST) always appear in uppercase starting in column one, and item names are separated from the command name and each other by one or more spaces. All appropriate DEPEND commands will appear before the occurrence of any INSTALL dependencies. The end of the input is marked by a line containing only the word END. +The input will contain a sequence of commands (as described below), each called one by one. Item names are case sensitive, and each is no longer than ten characters. **All** appropriate DEPEND commands will appear before the occurrence of **any** INSTALL dependencies. | Command Syntax | Interpretation/Response | | --- | --- |