We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aec3a6b commit 3711fbfCopy full SHA for 3711fbf
1 file changed
docs/.vitepress/theme/components/Home.vue
@@ -415,7 +415,7 @@ onUnmounted(() => {
415
<div class="mt-8 flex flex-col flex-1 p2">
416
<p>Package Your First Agent</p>
417
<p class="text-[#B8B8B8] mt-2">Bundle a model, MCP server config, and agent skills into a signed ModelKit in under 5 minutes.</p>
418
- <code class="text-base mt-3">kit pack . -t myregistry.com/my-agent:latest</code>
+ <code class="text-base mt-3">kit pack . -t myregistry.com/my-model:latest</code>
419
</div>
420
421
0 commit comments