From 7075f8cd6780db39b75c4b2d0478360491a21a62 Mon Sep 17 00:00:00 2001 From: Romain Lanz Date: Sun, 27 Oct 2024 11:50:18 +0100 Subject: [PATCH] chore: use transmit exports for transports --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 591dacb..24417f0 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ The server or instance responsible for your client connection will receive the e ```ts import { Transmit } from '@boringnode/transmit' -import { redis } from '@boringnode/bus' +import { redis } from '@boringnode/transmit/transports' const transmit = new Transmit({ transport: {