Skip to content

Commit 30e2142

Browse files
committed
Formatting
1 parent 6a4ed35 commit 30e2142

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/guides/examples/ffmpeg-video-processing.mdx

+4-4
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ export const ffmpegCompressVideo = task({
132132
});
133133
```
134134

135-
### Testing
135+
### Testing your task
136136

137137
To test this task, use this payload structure:
138138

@@ -241,7 +241,7 @@ export const ffmpegExtractAudio = task({
241241
});
242242
```
243243

244-
### Testing
244+
### Testing your task
245245

246246
To test this task, use this payload structure:
247247

@@ -351,7 +351,7 @@ export const ffmpegGenerateThumbnail = task({
351351
});
352352
```
353353

354-
## Testing your task
354+
### Testing your task
355355

356356
To test this task in the dashboard, you can use the following payload:
357357

@@ -361,4 +361,4 @@ To test this task in the dashboard, you can use the following payload:
361361
}
362362
```
363363

364-
<LocalDevelopment packages={"ffmpeg"} />
364+
<LocalDevelopment packages={"ffmpeg"} />

0 commit comments

Comments
 (0)