Skip to content

Commit a94439e

Browse files
authored
Typo in README (#54)
Change `backround` -> `background`
1 parent 35fd451 commit a94439e

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
@@ -32,7 +32,7 @@ const output = await replicate.run(model, { input });
3232
// ['https://replicate.delivery/pbxt/GtQb3Sgve42ZZyVnt8xjquFk9EX5LP0fF68NTIWlgBMUpguQA/out-0.png']
3333
```
3434

35-
You can also run a model in the backround:
35+
You can also run a model in the background:
3636

3737
```js
3838
let prediction = await replicate.predictions.create({

0 commit comments

Comments
 (0)