Skip to content

Commit

Permalink
chore: use transmit exports for transports
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainLanz committed Oct 27, 2024
1 parent f5d9f8f commit 7075f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 7075f8c

Please sign in to comment.