From bad11d886735a23f759b0f1e3eaaf80340eaa409 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Fri, 16 May 2025 15:11:14 -0600 Subject: [PATCH] Update Creating a Node --- Creating-a-Node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Creating-a-Node.md b/Creating-a-Node.md index a4bc726..5733f12 100644 --- a/Creating-a-Node.md +++ b/Creating-a-Node.md @@ -1,6 +1,6 @@ # 📦 How to Create a Custom Node in Borealis -This guide explains **how to build your own node** for the Borealis workflow automation tool. It walks through the key structure, best practices, and configuration options. You'll find example code, inline commentary, and a copy-paste template at the bottom. +This guide explains **how to build your own node** for the Borealis Workflow Automation Tool. It walks through the key structure, best practices, and configuration options. You'll find example code, inline commentary, and a copy-paste template at the bottom. ---