diff --git a/theatre/core/src/sequences/TheatreSequence.ts b/theatre/core/src/sequences/TheatreSequence.ts index 58a76c0..ad12968 100644 --- a/theatre/core/src/sequences/TheatreSequence.ts +++ b/theatre/core/src/sequences/TheatreSequence.ts @@ -93,6 +93,8 @@ export interface ISequence { * * @returns A promise that resolves once the audio source is loaded and decoded * + * Learn more [here](https://docs.theatrejs.com/in-depth/#sequence-attachaudio). + * * Usage: * ```ts * // Loads and decodes audio from the URL and then attaches it to the sequence