From f3ead25f295b7349947fca0725bf87d8dbd73779 Mon Sep 17 00:00:00 2001 From: SeanFoongjt Date: Fri, 20 Sep 2024 02:03:45 +0800 Subject: [PATCH] Fix problems related to images in user guide --- build.gradle | 2 +- docs/README.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 868999bf39..554dabd255 100644 --- a/build.gradle +++ b/build.gradle @@ -51,7 +51,7 @@ application { } shadowJar { - mainClassName = 'elster.Elster' + mainClassName = 'elster.Launcher' archiveBaseName = "elster" archiveFileName = 'elster.jar' } diff --git a/docs/README.md b/docs/README.md index e1b776d8db..b643bfd61e 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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** @@ -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` ### Looking at your task list -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) ### Mark a task if done Have Elster mark a task if done. (Good job!)