From 3d4a5a7ce80f90ff3267c8eb702d5f54a81efa14 Mon Sep 17 00:00:00 2001 From: Jakub Holy Date: Tue, 11 Aug 2020 23:25:33 +0200 Subject: [PATCH] Link to the java lib (#28) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1227bc9..a7c4f69 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. +This application is supposed to be 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.