From 535b867340b3dcf2280789531c979245354e0787 Mon Sep 17 00:00:00 2001 From: Norton Andreev Date: Mon, 2 Feb 2026 13:32:09 +0200 Subject: [PATCH] docs: Fix Java reference in Getting Started --- docs/api/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/getting-started.md b/docs/api/getting-started.md index b0b2b9d0..906d23f8 100644 --- a/docs/api/getting-started.md +++ b/docs/api/getting-started.md @@ -4,7 +4,7 @@ order: 1 # Getting started -This guide will help you get started with KurrentDB in your Java application. +This guide will help you get started with KurrentDB in your Node.js application. It covers the basic steps to connect to KurrentDB, create events, append them to streams, and read them back.