Skip to content

Commit

Permalink
chore: proofreading README file.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhusar committed Nov 20, 2024
1 parent 113e22c commit f3f4784
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -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]
----
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f3f4784

Please sign in to comment.