Skip to content

Commit 37ffeb6

Browse files
committed
fix(HowToPage): Update workflow description to include YAML option and correct platform name
Signed-off-by: Eden Reich <eden.reich@gmail.com>
1 parent f02db5d commit 37ffeb6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pages/HowToPage.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ docker compose run --rm infer-cli
446446
and automatically sends them a welcome email with onboarding resources."
447447
448448
# The n8n agent will:
449-
# 1. Generate a complete workflow JSON
449+
# 1. Generate a complete workflow JSON or YAML
450450
# 2. Include Slack webhook trigger for user events
451451
# 3. Add email composition and sending steps
452452
# 4. Configure conditional logic for different user types
@@ -457,7 +457,7 @@ docker compose run --rm infer-cli
457457
and upload the backup to AWS S3, then notify the team via Slack."
458458
459459
# Example: Social media automation
460-
> "Create a workflow that posts our latest blog articles to Twitter,
460+
> "Create a workflow that posts our latest blog articles to X,
461461
LinkedIn, and Facebook automatically when published."
462462
463463
# Monitor n8n agent activity:
@@ -468,7 +468,7 @@ docker compose logs -f n8n-agent`}
468468
<p className="text-blue-200 text-sm">
469469
💡 <strong>Pro tip:</strong> The n8n agent creates workflow manifests in Git repositories,
470470
enabling version control and easy synchronization to your n8n instance using
471-
<code className="bg-blue-800/50 px-1 rounded">edenreich/n8n-cli</code>. This approach provides
471+
<code className="bg-blue-800/50 px-1 rounded">https://github.com/edenreich/n8n-cli</code>. This approach provides
472472
flexibility, workflow revisions, and seamless GitOps-style deployment of your automation workflows.
473473
</p>
474474
</div>

0 commit comments

Comments
 (0)