From fcb87a63b5af16888b51806c8334738048fa001c Mon Sep 17 00:00:00 2001 From: lucapette Date: Sun, 23 Oct 2022 21:18:55 +0200 Subject: [PATCH] chore(docs): fix typo (#1240) --- docs/docs/configuration/README.md | 5 +++-- docs/docs/installation.md | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/docs/configuration/README.md b/docs/docs/configuration/README.md index c20d0cd9f..1107bf757 100644 --- a/docs/docs/configuration/README.md +++ b/docs/docs/configuration/README.md @@ -1,4 +1,5 @@ # Configuration -Configuration file can by default be provided in either Java properties, YAML, JSON or Groovy files. YML Configuration -file example can be found here : [application.example.yml](https://github.com/tchiotludo/akhq/blob/dev/application.example.yml) \ No newline at end of file +Configuration file can by default be provided in either Java properties, YAML, JSON or Groovy files. + +A YML Configuration file example can be found here: [application.example.yml](https://github.com/tchiotludo/akhq/blob/dev/application.example.yml) diff --git a/docs/docs/installation.md b/docs/docs/installation.md index 8d9fe375a..2e100cba8 100644 --- a/docs/docs/installation.md +++ b/docs/docs/installation.md @@ -17,7 +17,7 @@ docker run -d \ ### Stand Alone * Install Java 11 * Download the latest jar on [release page](https://github.com/tchiotludo/akhq/releases) -* Create an [configuration files](./configuration/README.md) +* Create a [configuration file](./configuration/README.md) * Launch the application with `java -Dmicronaut.config.files=/path/to/application.yml -jar akhq.jar` * Go to