From dbcdbec881c88b7b9f314ad17d57289db39e5ded Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Z=C3=B6ller?= Date: Sat, 24 Oct 2020 10:17:50 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05051b1..e7ce552 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Clojars Project](http://clojars.org/clj-test-containers/latest-version.svg)](http://clojars.org/clj-test-containers) ## What it is -This application is supposed to be a lightweight wrapper around the [Testcontainers Java library](https://www.testcontainers.org/). +This library is a lightweight wrapper around the [Testcontainers Java library](https://www.testcontainers.org/). ## What it isn't This library does not provide tools to include testcontainers in your testing lifecycle. As there are many different test tools with different approaches to testing in the clojure world, handling the lifecycle is up to you.