Skip to content

Commit a99a82e

Browse files
fix: minor README change
1 parent 76effa6 commit a99a82e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const openDocument = async () => {
4545
// ios-specific
4646
const previewMedia = async () => {
4747
await FileViewer.previewMediaContentFromUrl({
48-
path: "https://url_hosting_media/file.mp4"
48+
path: "https://url_hosting_media.com/file.mp4"
4949
});
5050
}
5151
```

0 commit comments

Comments
 (0)