Skip to content

Commit af9d6e2

Browse files
zekeerbridge
authored andcommitted
Update README.md
Co-authored-by: F <[email protected]>
1 parent 13f1bf3 commit af9d6e2

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
@@ -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)