File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
app/api/workflows/[workflowId]/download Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ There are many ways to contribute to Workflow Builder:
30301 . ** Fork the repository** on GitHub
31312 . ** Clone your fork** locally:
3232 ``` bash
33- git clone https://github.com/your-username/v8- workflow.git
34- cd v8- workflow
33+ git clone https://github.com/your-username/workflow-builder-template .git
34+ cd workflow-builder-template
3535 ```
36363 . ** Install dependencies** :
3737 ``` bash
Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ export default withWorkflow(nextConfig);
259259 // Add a README with instructions
260260 allFiles [ "README.md" ] = `# ${ workflow . name }
261261
262- This is a Next.js workflow project generated from V8 Workflow.
262+ This is a Next.js workflow project generated from Workflow Builder .
263263
264264## Getting Started
265265
You can’t perform that action at this time.
0 commit comments