fixed typo in README.md

This commit is contained in:
2022-04-22 20:18:51 +02:00
parent d3c27d063e
commit 007f90d7d6
2 changed files with 3 additions and 3 deletions

View File

@@ -6,8 +6,8 @@ Using docker is the easiest way!
If you already have docker up and running, all you need to start Widerhall is If you already have docker up and running, all you need to start Widerhall is
1. Download the [Dockerfile](Dockerfile) 1. Download the [Dockerfile](../Dockerfile)
2. Build the image: `docker build -t widerhall /path-to-dockerfile/ 2. Build the image: `docker build -t widerhall /path-to-dockerfile/`
3. Start a container: 3. Start a container:
```bash ```bash

View File

@@ -6,7 +6,7 @@
<groupId>org.example</groupId> <groupId>org.example</groupId>
<artifactId>Widerhall</artifactId> <artifactId>Widerhall</artifactId>
<version>0.2.25</version> <version>0.2.26</version>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>