From b5edc701d985859e285555973855f931719a325f Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Fri, 16 May 2025 14:53:30 -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 f559781..a4bc726 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. ---