diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 382d5eb0a..614f25cf3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 diff --git a/app/api/workflows/[workflowId]/download/route.ts b/app/api/workflows/[workflowId]/download/route.ts index 283444b16..a30baa6f3 100644 --- a/app/api/workflows/[workflowId]/download/route.ts +++ b/app/api/workflows/[workflowId]/download/route.ts @@ -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