Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Senn authored Sep 12, 2023
1 parent e3e09b5 commit fdbd184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
| --- | --- |
Expand Down

0 comments on commit fdbd184

Please sign in to comment.