Skip to content

Commit

Permalink
Fix nameing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sunzihan23 committed Nov 14, 2023
1 parent ea23fb8 commit e47996e
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -664,17 +664,17 @@ If your changes to the data file makes it invalid, CodeSphere will overwrite all

### Home Page

| Action | Format, Examples |
|-----------------------|------------------------------------------------------------|
| **Help** | `help` |
| **Add Course** | `add c/COURSENAME`<br/> e.g. `add c/CS1101S` |
| **Edit Course** | `edit INDEX c/NEW_COURSENAME`<br/> e.g. `edit 1 c/CS1231S` |
| **Delete Course** | `delete INDEX` <br/> e.g. `delete 1` |
| **Clear All Courses** | `clear` |
| **Select Course** | `select INDEX` <br/> e.g. `select 1` |
| **Find Course** | `find KEYWORD` <br/> e.g. `find CS` |
| **Reset Course List** | `reset` |
| **Exit** | `exit` |
| Action | Format, Examples |
|-----------------------|-------------------------------------------------------------|
| **Help** | `help` |
| **Add Course** | `add c/COURSENAME`<br/> e.g. `add c/CS1101S` |
| **Edit Course** | `edit INDEX c/NEW_COURSE_NAME`<br/> e.g. `edit 1 c/CS1231S` |
| **Delete Course** | `delete INDEX` <br/> e.g. `delete 1` |
| **Clear All Courses** | `clear` |
| **Select Course** | `select INDEX` <br/> e.g. `select 1` |
| **Find Course** | `find KEYWORD` <br/> e.g. `find CS` |
| **Reset Course List** | `reset` |
| **Exit** | `exit` |

[_Back to Top_](#table-of-contents)

Expand Down

0 comments on commit e47996e

Please sign in to comment.