Skip to content

Commit 0459dc8

Browse files
committed
Update interface docs
1 parent cd89920 commit 0459dc8

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
@@ -1247,8 +1247,8 @@ const replicate = new Replicate({ useFileOutput: false });
12471247

12481248
| method | returns | description |
12491249
| -------------------- | ------ | ------------------------------------------------------------ |
1250-
| `url()` | string | A `URL` object pointing to the underlying data source |
12511250
| `blob()` | object | A `Blob` instance containing the binary file |
1251+
| `url()` | string | A `URL` object pointing to the underlying data source. Please note that this may not always be an HTTP URL in future. |
12521252

12531253
## Troubleshooting
12541254

0 commit comments

Comments
 (0)