From 38f7131df6e360c2daa9e707cb90ab62c1f6804c Mon Sep 17 00:00:00 2001 From: rianoc-kx <46995503+rianoc-kx@users.noreply.github.com> Date: Fri, 27 Mar 2026 11:10:16 +0000 Subject: [PATCH] Add newlines to welcome message --- KDB-X/Quickstart.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/KDB-X/Quickstart.md b/KDB-X/Quickstart.md index 1b7f1b0..b1647eb 100644 --- a/KDB-X/Quickstart.md +++ b/KDB-X/Quickstart.md @@ -173,7 +173,10 @@ We will start by importing some libraries including `pykx`: >>> import pandas as pd >>> import pykx as kx -Welcome to KDB-X Community Edition! For Community support, please visit https://kx.com/slack Tutorials can be found at https://github.com/KxSystems/tutorials Ready to go beyond the Community Edition? Email preview@kx.com +Welcome to KDB-X Community Edition! +For Community support, please visit https://kx.com/slack +Tutorials can be found at https://github.com/KxSystems/tutorials +Ready to go beyond the Community Edition? Email preview@kx.com ``` We can open a connection to the q session we have running on port 5050: