Skip to content

Commit

Permalink
Fix typo on README
Browse files Browse the repository at this point in the history
  • Loading branch information
superhighfives authored Nov 4, 2024
1 parent 5a98ca7 commit 987d83c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ const response = await replicate.models.versions.list(model_owner, model_name);

### `replicate.models.versions.get`

Get metatadata for a specific version of a model.
Get metadata for a specific version of a model.

```js
const response = await replicate.models.versions.get(model_owner, model_name, version_id);
Expand Down

0 comments on commit 987d83c

Please sign in to comment.