Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ The user inputs a BMI command with weight and height. HealthBud delegates parsin
### 1. User Input:

The user inputs the add goal command in the CLI, followed by optional parameters in any combination:
`add goal /w <water goal> /cal <calorie goal> /kg <weight goal>`. Each input is optional but at least ONE
`add goal /ml <water goal> /cal <calorie goal> /kg <weight goal>`. Each input is optional but at least ONE
must be included.

### 2. Command Parsing:
Expand Down