From fea02d70f6424dd75b0b5defbb8761913818008c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Vorburger=20=E2=9B=91=EF=B8=8F?= Date: Sat, 15 Dec 2018 02:05:26 +0100 Subject: [PATCH] fix typo (evecute -> execute) in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 162c508f3d247..389b8a4003756 100644 --- a/README.md +++ b/README.md @@ -261,7 +261,7 @@ To test the native image you can use the `org.jboss.shamrock.junit.SubstrateTest These tests must be integration tests, as the image is generally built during the packaging phase. As such they should follow the Maven Failsafe naming convention (\*ITCase). -These tests work by simply booting the native image, and then allowing you to evecute remote requests against it. +These tests work by simply booting the native image, and then allowing you to execute remote requests against it. At present unit testing type functionality is supported (i.e. you cannot run test logic directly in the native image), although this will likely change.