Skip to content

Commit

Permalink
Fix problems related to images in user guide
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanFoongjt committed Sep 19, 2024
1 parent b89ef00 commit f3ead25
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ application {
}

shadowJar {
mainClassName = 'elster.Elster'
mainClassName = 'elster.Launcher'
archiveBaseName = "elster"
archiveFileName = 'elster.jar'
}
Expand Down
8 changes: 4 additions & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Elster User Guide
> "Plan for what it is difficult while it is easy, do what is great while it is small.” - Sun Tzu [(source)](https://www.goodreads.com/quotes/964849-plan-for-what-it-is-difficult-while-it-is-easy)
https://SeanFoongjt.github.io/ip/Ui.png
![Product screenshot.](https://SeanFoongjt.github.io/ip/Ui.png)

Elster is a chatbot that does it's best to help you out. It's
Elster is a chatbot that does its best to help you out. It's
- **Speedy**
- **Intuitive**
- **And ~~maybe~~ just a bit sarcastic**
Expand Down Expand Up @@ -37,12 +37,12 @@ Format:`event {description} /from {start time} /to {end time}`
Example:`event Party at Elm /from 2024-09-24 12:00 /to 2024-09-24 14:00`

### <span style="color:#9457eb">Looking at your task list</span>
Take a look at the task list Elster maintains so you know what you need to do.
Take a look at the task list Elster maintains, so you know what you need to do.

Format:`list` \
Example:`list`

https://SeanFoongjt.github.io/ip/List.png
![Product screenshot.](https://SeanFoongjt.github.io/ip/List.png)

### <span style="color:#9457eb">Mark a task if done</span>
Have Elster mark a task if done. (Good job!)
Expand Down

0 comments on commit f3ead25

Please sign in to comment.