Skip to content

Commit

Permalink
Merge pull request #230 from LowTL/master
Browse files Browse the repository at this point in the history
Change UG and DG wording
  • Loading branch information
LowTL committed Apr 15, 2024
2 parents 506e453 + b346489 commit 598dc37
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ For the most optimal testing, please follow the instructions section by section
### Launch and shutdown
1. Initial launch
1. Download the jar file and move it into an empty folder
2. Open the terminal, change to the correct directory and run `java -jar StockMaster.jar`. Expected outcome:
2. Open the terminal, change to the correct directory and run `java -jar [CS2113-T15-4][StockMaster].jar`. Expected outcome:
```
----------------
StockMaster v2.0
Expand Down
2 changes: 1 addition & 1 deletion docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ manage and operate their business. It is targeted at those who can type fast and

1. Ensure that you have Java 11 or above installed.
2. Download the latest version of `StockMaster` from [here](http://link.to/duke).
3. Open a command terminal, `cd` into the folder you put the jar file in, and use the `java -jar StockMaster.jar` command to run the application.
3. Open a command terminal, `cd` into the folder you put the jar file in, and use the `java -jar [CS2113-T15-4][StockMaster].jar` command to run the application.

## Features

Expand Down
2 changes: 1 addition & 1 deletion docs/team/lowtl.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Low Tjun Lym - Project Portfolio Page

## Project: Stockmaster
## [Project: Stockmaster](https://github.com/AY2324S2-CS2113-T15-4/tp)
StockMaster is a desktop inventory and management that provides the user with a range of tools and features to help them
manage and operate their business.

Expand Down

0 comments on commit 598dc37

Please sign in to comment.