From ddc8097779bf3a30f2270a13163f34756dc18a35 Mon Sep 17 00:00:00 2001 From: Faraphel Date: Sun, 23 Jun 2024 12:49:09 +0200 Subject: [PATCH] fixed some typos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 753ef80..b19f812 100644 --- a/README.md +++ b/README.md @@ -5,16 +5,16 @@ with [Docker](https://www.docker.com/). ## Run You can run the project very simply with either [Intellij IDEA](https://www.jetbrains.com/idea/), -or directly with the terminal. +or directly within a terminal. ### Intellij IDEA Simply clone and load the project into the IDE and in the [run configurations](https://www.jetbrains.com/help/idea/run-debug-configuration.html), -and run the `compose` configuration. +choose `compose`. ### Terminal Alternatively, you can build and run the project manually by using -[gradle](https://gradle.org/) and launching with [docker-compose](https://docs.docker.com/compose/). +[gradle](https://gradle.org/) and launching the application with [docker-compose](https://docs.docker.com/compose/). ```shell gradlew build