docs: address prompt guide review findings

This commit is contained in:
Vance Ingalls
2026-07-30 04:54:27 -07:00
parent 8fb1482e7f
commit 73ebc7c621
40 changed files with 127 additions and 127 deletions
+1 -1
View File
@@ -960,7 +960,7 @@ export default defineCommand({
console.log(
` ${c.dim('"Using /hyperframes, create a 15-second intro about [your topic]"')}`,
);
console.log(` ${c.dim("More patterns: hyperframes.heygen.com/guides/prompting")}`);
console.log(` ${c.dim("More patterns: hyperframes.heygen.com/prompting/overview")}`);
console.log();
console.log(` ${c.accent("4.")} Preview in the browser:`);
console.log(` ${c.accent(`cd ${name}`)} && ${c.accent("npm run dev")}`);