Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/website/app/[lang]/(home)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import VibeCodingPlatform from "./images/vibe-coding-platform.png";

const title = "Streamdown";
const description =
"A markdown renderer designed for streaming content from AI models. Highly interactive, customizable, and easy to use.";
"Beautiful, secure Markdown rendering built for streaming AI interfaces.";

const COMMAND_FOR_HUMANS = "npm i streamdown";
const COMMAND_FOR_AGENTS = "npx skills add vercel/streamdown@streamdown";
Expand Down
Loading