Skip to content

Commit 139639a

Browse files
authored
fix wb naming (#46)
1 parent 75326b2 commit 139639a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ There are many ways to contribute to Workflow Builder:
3030
1. **Fork the repository** on GitHub
3131
2. **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
```
3636
3. **Install dependencies**:
3737
```bash

app/api/workflows/[workflowId]/download/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)