This repository has been archived by the owner on Mar 16, 2020. It is now read-only.
forked from nus-cs2103-AY1920S1/duke
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also fix a minor nitpick in the main readme
- Loading branch information
1 parent
f902f6d
commit 87f6732
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Bari, a personal assistant chatbot | ||
# Bari, a minimalistic personal assistant chatbot | ||
|
||
[](https://travis-ci.com/Parcly-Taxel/duke) | ||
[](https://travis-ci.com/Parcly-Taxel/duke) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ shadowJar { | |
} | ||
|
||
application { | ||
mainClassName = "bari.Main" | ||
mainClassName = "bari.Launcher" | ||
} | ||
|
||
test { | ||
|