Skip to content

Commit 683f9ac

Browse files
authored
Merge pull request vert-x3#244 from flow2k/patch-1
Minor revision of readme of simple example
2 parents 989a64d + b91c586 commit 683f9ac

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

maven-verticles/maven-verticle/README.adoc

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
This project is very similar to the maven-simplest project but instead of embedding Vert.x it shows an example
44
of writing the code as a verticle.
55

6-
You can run it directly in your IDE by creating a run configuration that uses the main class `io.vertx.core.Launcher`
7-
and passes in the arguments `run io.vertx.example.HelloWorldVerticle`.
6+
You can run it directly in your IDE by creating a run configuration that uses the main class `io.vertx.core.Launcher`, passes in the arguments `run io.vertx.example.HelloWorldVerticle`, and specify using the classpath of module `maven-verticle`.
87

98
The pom.xml uses the Maven shade plugin to assemble the application and all it's dependencies into a single "fat" jar.
109

@@ -16,7 +15,7 @@ To run the fat jar:
1615

1716
java -jar target/maven-verticle-3.5.0-fat.jar
1817

19-
(You can take that jar and run it anywhere there is a Java 8+ JDK. It contains all the dependencies it needs so you
18+
(You can take that jar and run it anywhere there is a Java 8+ JRE. It contains all the dependencies it needs so you
2019
don't need to install Vert.x on the target machine).
2120

2221
Now point your browser at http://localhost:8080

0 commit comments

Comments
 (0)