Skip to content

Commit 4615649

Browse files
strausrcarlevison
andauthored
Update cli.js
Co-authored-by: carlevison <54800761+carlevison@users.noreply.github.com>
1 parent 489872d commit 4615649

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ async function main() {
409409
if (skillsInstalled > 0) {
410410
console.log(chalk.cyan(`\n📋 AI skills installed → .agents/skills/ (works with Cursor, Claude Code, Copilot, and more):`));
411411
console.log(chalk.gray(' • cloudinary-docs — looks up live Cloudinary documentation'));
412-
console.log(chalk.gray(' • cloudinary-react — React SDK patterns and best practices'));
412+
console.log(chalk.gray(' • cloudinary-react — uses React SDK patterns and best practices'));
413413
console.log(chalk.gray(' • cloudinary-transformations — describe image & video edits in plain English'));
414414
if (aiTools && aiTools.includes('cursor')) console.log(chalk.gray(' • MCP (Cursor): .cursor/mcp.json'));
415415
if (aiTools && aiTools.includes('claude')) console.log(chalk.gray(' • MCP (Claude Code): .mcp.json'));

0 commit comments

Comments
 (0)