Skip to content

Commit 112f0da

Browse files
committed
chore(node-medley): release version 0.5.4
1 parent 0f8f9dd commit 112f0da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/node-medley/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ pnpm add @seamless-medley/medley
7373
```ts
7474
import { createMedley } from '@seamless-medley/medley';
7575

76-
// Create both queue and medley instances
77-
const { queue, medley } = createMedley();
76+
// Create both `medley` and `queue` instances
77+
const { medley, queue } = createMedley();
7878

7979
// Add tracks to the `queue` and start playing
8080
queue.add('/path/to/file');

0 commit comments

Comments
 (0)