From 98f678266b365872914e8a534f1584fd9a4f7b11 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Sat, 15 Nov 2025 06:51:47 -0700 Subject: [PATCH] Adjusted "http" to "https" in documentation. --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 9aa392e0..eb714adc 100644 --- a/readme.md +++ b/readme.md @@ -56,8 +56,8 @@ Site List: ### Installation 1) Start the Server: - - Windows: `./Borealis.ps1 -EngineProduction` *Production Server @ http://localhost:5000* - - Windows: `./Borealis.ps1 -EngineDev` *Development Server @ http://localhost:5173* + - Windows: `./Borealis.ps1 -EngineProduction` *Production Server @ https://localhost:5000* + - Windows: `./Borealis.ps1 -EngineDev` *Development Server @ https://localhost:5173* 2) (*Optional*) Install the Agent (*elevated PowerShell*): - Windows: `./Borealis.ps1 -Agent`