diff --git a/README.md b/README.md index e8ecd57..f6d798c 100644 --- a/README.md +++ b/README.md @@ -385,7 +385,7 @@ const response = await replicate.models.create(model_owner, model_name, options) | `model_owner` | string | **Required**. The name of the user or organization that will own the model. This must be the same as the user or organization that is making the API request. In other words, the API token used in the request must belong to this user or organization. | | `model_name` | string | **Required**. The name of the model. This must be unique among all models owned by the user or organization. | | `options.visibility` | string | **Required**. Whether the model should be public or private. A public model can be viewed and run by anyone, whereas a private model can be viewed and run only by the user or organization members that own the model. | -| `options.hardware` | string | **Required**. The SKU for the hardware used to run the model. Possible values can be found by calling [`replicate.hardware.list()](#replicatehardwarelist)`. | +| `options.hardware` | string | **Required**. The SKU for the hardware used to run the model. Possible values can be found by calling [`replicate.hardware.list()`](#replicatehardwarelist). | | `options.description` | string | A description of the model. | | `options.github_url` | string | A URL for the model's source code on GitHub. | | `options.paper_url` | string | A URL for the model's paper. |