Skip to content

Commit af9d6e2

Browse files
zekeerbridge
authored andcommittedSep 25, 2024·
Update README.md
Co-authored-by: F <f@replicate.com>
1 parent 13f1bf3 commit af9d6e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ import Replicate, { type Prediction } from 'replicate';
123123
Here's an example that uses the `Prediction` type with a custom `onProgress` callback:
124124

125125
```ts
126-
import Replicate, { Prediction } from 'replicate';
126+
import Replicate, { type Prediction } from 'replicate';
127127

128128
const replicate = new Replicate();
129129
const model = "black-forest-labs/flux-schnell";

0 commit comments

Comments
 (0)
Please sign in to comment.