Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ There are many ways to contribute to Workflow Builder:
1. **Fork the repository** on GitHub
2. **Clone your fork** locally:
```bash
git clone https://github.com/your-username/v8-workflow.git
cd v8-workflow
git clone https://github.com/your-username/workflow-builder-template.git
cd workflow-builder-template
```
3. **Install dependencies**:
```bash
Expand Down
2 changes: 1 addition & 1 deletion app/api/workflows/[workflowId]/download/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ export default withWorkflow(nextConfig);
// Add a README with instructions
allFiles["README.md"] = `# ${workflow.name}

This is a Next.js workflow project generated from V8 Workflow.
This is a Next.js workflow project generated from Workflow Builder.

## Getting Started

Expand Down