Update README.md

This commit is contained in:
Tim Zöller 2020-10-24 10:17:50 +02:00 committed by GitHub
parent 6e3f05aa89
commit dbcdbec881
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.