From f3f4784c81b70df51344e70cf2c97e58316e2ddf Mon Sep 17 00:00:00 2001 From: Radoslav Husar Date: Wed, 20 Nov 2024 15:31:11 +0100 Subject: [PATCH] chore: proofreading README file. --- README.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.adoc b/README.adoc index 194797b..a6e5be6 100644 --- a/README.adoc +++ b/README.adoc @@ -1,12 +1,12 @@ = Arquillian Testcontainers -Arquillian Testcontainers is a loadable extension for https://testcontainers.com/[testcontainers] support. This project +Arquillian Testcontainers is a loadable extension for https://testcontainers.com/[Testcontainers] support. This project is not meant to provide an Arquillian adaptor via a Testcontainer, but rather compliment an Arquillian adaptor by allowing Arquillian to manage a Testcontainer. == Usage -To start using Arquillian Testcontainors add the following Maven dependency: +To start using Arquillian Testcontainers add the following Maven dependency: [source,xml] ---- @@ -89,8 +89,8 @@ public class TypeSpecifiedInjectionTest { } ---- -By default, this extension will manage the lifecyle of each Testcontainer that is injected into the test. If you'd -prefer to manage the lifecyle yourself, use the `value=true` attribute in the `@Testcontainer` annotation. For example +By default, this extension will manage the lifecycle of each Testcontainer that is injected into the test. If you'd +prefer to manage the lifecycle yourself, use the `value=true` attribute in the `@Testcontainer` annotation. For example use `@Testcontainer(false)`. == Helpers