diff --git a/README.md b/README.md index b6b9095..c79dcb5 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ This is local Java project for discord bot, based on JDA library. -You also have to specify token and prefix in `.env` file, that you should create in root of the project. -Easiest way to create it is to copy the `.env-example` and rename it to `.env`. +You also have to specify token and prefix in `.env` file, which must be created in the root of the project. +The easiest way to do it is to copy the `.env-example` and rename it to `.env`. You can also build your own maven-jar-application and run it via command console.\ To compile this maven project into jar file, write it in console (don't forget to install maven if you haven't downloaded it yet):