Skip to content

Commit 17830f2

Browse files
authored
Update README, add missing " (#336)
Minor typo fix
1 parent e7f699f commit 17830f2

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
@@ -388,7 +388,7 @@ from replicate.client import Client
388388
replicate = Client(
389389
api_token=os.environ["SOME_OTHER_REPLICATE_API_TOKEN"]
390390
headers={
391-
"User-Agent": "my-app/1.0
391+
"User-Agent": "my-app/1.0"
392392
}
393393
)
394394
```

0 commit comments

Comments
 (0)