Skip to content

Commit 9d01bf9

Browse files
committed
Apply suggestions from code review
1 parent 67eccfd commit 9d01bf9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Create the client:
2626
import Replicate from "replicate";
2727

2828
const replicate = new Replicate({
29+
// get your token from https://replicate.com/account
2930
auth: "my api token", // defaults to process.env.REPLICATE_API_TOKEN
3031
});
3132
```

0 commit comments

Comments
 (0)