From 4033c922f6ba3443f0c0c40b46fb99f093d646ad Mon Sep 17 00:00:00 2001 From: DuskSwan <50666839+DuskSwan@users.noreply.github.com> Date: Fri, 19 Apr 2024 19:57:57 +0800 Subject: [PATCH] Fix missing word in README Add the missing verb 'list' to the sentence 'You can the models you've created' under the 'List models' section. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e22fc9b0..0b4b0457 100644 --- a/README.md +++ b/README.md @@ -274,7 +274,7 @@ background = Image.open("/tmp/out.png") ## List models -You can the models you've created: +You can list the models you've created: ```python replicate.models.list()