From ab9330aa5329cb29c9072f2fa360ce7c65b13fad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jarl=20Andr=C3=A9=20H=C3=BCbenthal?= Date: Sun, 15 Oct 2023 18:36:14 +0200 Subject: [PATCH] Update README.md (#5) --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 85bfc86..e4b5490 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,6 @@ # Testcontainers [![Hex.pm](https://img.shields.io/hexpm/v/testcontainers.svg)]() -[![Hex.pm](https://img.shields.io/hexpm/dt/testcontainers.svg)]() -[![Hex.pm](https://img.shields.io/hexpm/dw/testcontainers.svg)]() -[![Hex.pm](https://img.shields.io/hexpm/dd/testcontainers.svg)]() > Testcontainers is an Elixir library that supports ExUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container. @@ -44,4 +41,4 @@ defmodule MySqlContainerTest do ## Contribution -Do you want to contribute? Find spots to improve on, fire up an issue and get the discussion going. \ No newline at end of file +Do you want to contribute? Find spots to improve on, fire up an issue and get the discussion going.