Skip to content

Commit

Permalink
chore(docs): fix typo (#1240)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucapette authored Oct 23, 2022
1 parent d0a5f19 commit fcb87a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions docs/docs/configuration/README.md
Original file line number Diff line number Diff line change
@@ -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)
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)
2 changes: 1 addition & 1 deletion docs/docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <http://localhost:8080>

Expand Down

0 comments on commit fcb87a6

Please sign in to comment.