diff --git a/docs/UserGuide.md b/docs/UserGuide.md index 0a876fc39a..0ac3e36236 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -51,9 +51,9 @@ The following output would be shown :`Welcome to BookBob, Dr. Bob!` **Note:** 1. Extra Input After Commands: Additional input provided after expected inputs for commands such as `list`, `listAppointments`, `help` and `exit` will be treated as unknown commands. 2. Extra Spaces After Commands: Additional spaces after expected inputs for commands such as `list`, `listAppointments`, `help` and `exit` will be ignored. -2. Case Sensitivity for Commands: Commands are case-sensitive. Ensure correct lowercase for commands e.g. `list` instead of `LIST`, +3. Case Sensitivity for Commands: Commands are case-sensitive. Ensure correct lowercase for commands e.g. `list` instead of `LIST`, and mixed-case for e.g. `addVisit` instead of `addvisit` -3. Case Sensitivity for Commands Prefixes: Command Prefixes are case-sensitive. Ensure correct lowercase for commands prefixes E.g. "n/", "ic/", instead of +4. Case Sensitivity for Commands Prefixes: Command Prefixes are case-sensitive. Ensure correct lowercase for commands prefixes E.g. "n/", "ic/", instead of "N/", "IC/" ## Viewing Help @@ -173,7 +173,7 @@ and optional fields with a different order as the format above. The examples above result in successful patient record additions, which are then saved automatically.