From a0e3e1a3bd4b13651a4c362cab57eaee9b016959 Mon Sep 17 00:00:00 2001
From: Robby3St <35135025+Robby3St@users.noreply.github.com>
Date: Mon, 5 May 2025 15:01:40 +0200
Subject: [PATCH] fix(README): correct Git command typo

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ace6d9a..3c31d52 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@
 
 Install dependencies:
 
-1. `git submodules update --init` (Clones the Sitzung Submodule)
+1. `git submodule update --init` (Clones the Sitzung Submodule)
 2. Install NodeJS >= 18
 3. `corepack enable` (Enables the `pnpm` shipped with NodeJS)
 4. `pnpm install --ignore-scripts`
-- 
GitLab