Skip to content

Commit 76eab96

Browse files
committed
Typos
1 parent ddd7a6e commit 76eab96

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

jpms-examples/README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ WARNING: Running these examples from your IDE might not work sometimes due to JP
1313

1414
== HTTP/1.1 Server
1515

16-
A simple link:src/main/java/io/vertx/example/jpms/http/Server.java[HTTP/2 server]
16+
A simple link:src/main/java/io/vertx/example/jpms/http/Server.java[HTTP/1.1 server]
1717

1818
You can run the server in your IDE and then `curl http://localhost:8080`.
1919

@@ -26,7 +26,7 @@ You can also run the application image (Mac/M1):
2626

2727
== HTTP/2 Server
2828

29-
A simple link:src/main/java/io/vertx/example/jpms/http2/Server.java[HTTP/2 server]
29+
A simple link:src/main/java/io/vertx/example/jpms/http2/Server.java[HTTP/2 server]
3030

3131
You can run the server in your IDE and then `curl -k https://localhost:8443`.
3232

0 commit comments

Comments
 (0)