diff --git a/README.md b/README.md index 61d6872..2d514f0 100644 --- a/README.md +++ b/README.md @@ -50,9 +50,8 @@ Java JDK or Maven installed. # Usage and Demo **Step 1:** Create the Docker image according to [Dockerfile](Dockerfile). -This step uses Maven to build, test, and package the -[Java application](src/main/java/com/miguno/App.java) according to -[pom.xml](pom.xml). The resulting image is 102MB in size, of which 44MB are +This step uses Maven to build, test, and package the Java application according +to [pom.xml](pom.xml). The resulting image is 102MB in size, of which 44MB are the underlying `alpine` image. ```shell