From ccc52265e9e2b403ee7bc67f567aec7a3882ad3c Mon Sep 17 00:00:00 2001 From: Benjamin Kirkbride Date: Sat, 24 May 2025 02:33:40 -0400 Subject: [PATCH] fix typo in tutorial-model-plugin.md (#1043) --- docs/plugins/tutorial-model-plugin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/tutorial-model-plugin.md b/docs/plugins/tutorial-model-plugin.md index 569bd0a..db2d779 100644 --- a/docs/plugins/tutorial-model-plugin.md +++ b/docs/plugins/tutorial-model-plugin.md @@ -508,7 +508,7 @@ llm install 'https://gist.github.com/simonw/6e56d48dc2599bffba963cef0db27b6d/arc ## GitHub repositories -The same trick works for regular GitHub repositories as well: the "Download ZIP" button can be found by clicking the green "Code" button at the top of the repository. The URL which that provide scan then be used to install the plugin that lives in that repository. +The same trick works for regular GitHub repositories as well: the "Download ZIP" button can be found by clicking the green "Code" button at the top of the repository. The URL which that provides can then be used to install the plugin that lives in that repository. ## Publishing plugins to PyPI