From e1648c576f54f4bef557854f298139491ec4d671 Mon Sep 17 00:00:00 2001 From: Arjun Madan Date: Mon, 28 Aug 2023 11:21:02 -0400 Subject: [PATCH] Update pulsar.md The pulsar module docs incorrectly mentioned the redis module. This PR updates the docs to correctly reference the pulsar module. --- docs/modules/pulsar.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/pulsar.md b/docs/modules/pulsar.md index 97ea00d2a6..acc9ea4b77 100644 --- a/docs/modules/pulsar.md +++ b/docs/modules/pulsar.md @@ -30,7 +30,7 @@ where the `tt.opts` are the options to configure the container. See the [Contain ## Module Reference -The Redis module exposes one entrypoint function to create the containerr, and this function receives two parameters: +The Pulsar module exposes one entrypoint function to create the containerr, and this function receives two parameters: ```golang func RunContainer(ctx context.Context, opts ...testcontainers.ContainerCustomizer) (*Container, error)