From 90644168639458d44e229a5e18791438b32690c4 Mon Sep 17 00:00:00 2001 From: php4fan Date: Sat, 30 May 2026 17:14:29 +0200 Subject: [PATCH] Update README with installation command The README for javascript examples wrongly stated that no dependencies are needed. Signed-off-by: php4fan --- javascript/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/javascript/README.md b/javascript/README.md index 5ec0b1b..1b9c09d 100644 --- a/javascript/README.md +++ b/javascript/README.md @@ -12,7 +12,9 @@ node --version ### 2. Install dependencies -No package.json is required. Examples use Node.js built-in modules or standard libraries. +``` +npm install @xdevplatform/xdk +``` ### 3. Set environment variables