diff --git a/README.md b/README.md index 40695e4d13..f0eec48d30 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# Bari, a personal assistant chatbot +# Bari, a minimalistic personal assistant chatbot -[![Build Status](https://travis-ci.com/Parcly-Taxel/duke.svg?branch=master)](https://travis-ci.com/Parcly-Taxel/duke) \ No newline at end of file +[![Build Status](https://travis-ci.com/Parcly-Taxel/duke.svg?branch=master)](https://travis-ci.com/Parcly-Taxel/duke) diff --git a/build.gradle b/build.gradle index dbb0faa77c..7fef88ea99 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ shadowJar { } application { - mainClassName = "bari.Main" + mainClassName = "bari.Launcher" } test {