From 5690af02d4ff2a7edff9aa9cbfa2b85c47d510e4 Mon Sep 17 00:00:00 2001 From: Julien Viet Date: Wed, 20 Sep 2017 17:39:19 +0200 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1d307f1e..daaaf1d45 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Vert.x supports domain sockets on Linux exclusively, to run the tests with domai > mvn test -Dvertx.testNativeTransport=true -Dtest.useDomainSockets ``` -Vert.x has a few integrations tests that runs a differently configured JVM (classpath, system properties, etc....) +Vert.x has a few integrations tests that run a differently configured JVM (classpath, system properties, etc....) for ALPN, native and logging ```