Skip to content

Commit

Permalink
Update pulsar.md (#1542)
Browse files Browse the repository at this point in the history
The pulsar module docs incorrectly mentioned the redis module. This PR updates the docs to correctly reference the pulsar module.
  • Loading branch information
arjunmadan-toast committed Aug 28, 2023
1 parent 04a6083 commit 193c564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/pulsar.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 193c564

Please sign in to comment.