Skip to content

Commit

Permalink
Merge branch 'main' into auth
Browse files Browse the repository at this point in the history
Signed-off-by: Fabien Lavocat <fabien.lavocat@dolby.com>
  • Loading branch information
FabienLavocat committed Jun 6, 2023
2 parents 1b1d0d8 + 8d2d170 commit ef8a47c
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 @@ -214,7 +214,7 @@ At this stage, the file has been processed and written to the temporary storage
// Local path where to download the file to
const enhancedFilePath = '/path/to/enhanced_file.mp4';

await dolbyio.io.downloadFile(jwt, outputUrl, enhancedFilePath);
await dolbyio.media.io.downloadFile(jwt, outputUrl, enhancedFilePath);
```

## Build this project
Expand Down

0 comments on commit ef8a47c

Please sign in to comment.