Merge pull request #2109 from heygen-com/fix/prompt-guide-validation-bugs

docs: Prompt Guide as a novice-to-capstone arc + text corrections from validation
This commit is contained in:
Vance Ingalls
2026-07-30 05:09:56 -07:00
committed by GitHub
47 changed files with 3571 additions and 314 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")}`);