@norahe/remotion-workflow 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/cli.mjs +1 -1
package/package.json
CHANGED
package/src/cli.mjs
CHANGED
|
@@ -257,7 +257,7 @@ const buildGuide = (projectName) => {
|
|
|
257
257
|
`Project: ${projectName}`,
|
|
258
258
|
'',
|
|
259
259
|
'1) Prompt selection',
|
|
260
|
-
'- Open prompt browser: https://
|
|
260
|
+
'- Open prompt browser: https://prompts-mauve.vercel.app/app/',
|
|
261
261
|
'- Copy either `Copy AI Template` (prompt-based) or `Copy Input Guide` (blank from scratch).',
|
|
262
262
|
'',
|
|
263
263
|
'2) Input location',
|