Skip to content

Commit

Permalink
Merge pull request #191 from Bencotti/PE-D-fixes
Browse files Browse the repository at this point in the history
UG/DG formatting errors
  • Loading branch information
JTWang2000 authored Apr 11, 2020
2 parents 68acbfe + 71ab20d commit ea134de
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ For future development, any code that requires the parsing of LocalDate can use

## 3. Implementation

#### 3.1 List By Category
#### 3.1 List By Category (Previous implementation)
##### 3.1.1 Implementations
The list by category mechanism is facilitated by ListCommand which extends Command.

Expand Down Expand Up @@ -396,7 +396,7 @@ It solves:
* Ensure you have Java 11 or above installed in your Computer
* Download the latest cafs.jar [here](https://github.com/AY1920S2-CS2113-T14-3/tp/releases)
* Copy the file to the folder you want to use as the home folder.
* Run the jar file using `java - jar caf.jar`
* Run the jar file using `java - jar cafs.jar`

> Expected: Shows a welcome message from CAFS
Expand Down
4 changes: 2 additions & 2 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ remember your tasks.

1. Copy the file to the folder you want to use as the home folder.

1. Run the jar file using `java - jar caf.jar` from your terminal window.
1. Run the jar file using `java - jar cafs.jar` from your terminal window.

<br/>

Expand Down Expand Up @@ -130,8 +130,8 @@ Edit the location of task 2 to be NUSCOM2
* `edit 2 c/todo` <br/>
Edit the category of task 2 to be TODO

### 3.4. Listing tasks: `list`

#### 3.4.1. List
Displays all the current tasks in the list. <br/>
**Usage**: `list`
Expand Down
3 changes: 3 additions & 0 deletions src/main/java/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Manifest-Version: 1.0
Main-Class: seedu.cafs.Main

3 changes: 3 additions & 0 deletions src/main/resources/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Manifest-Version: 1.0
Main-Class: seedu.cafs.Main

0 comments on commit ea134de

Please sign in to comment.