diff --git a/README.md b/README.md
index ace6d9a733ad48722e4b868957045ab91cbf2037..dd16fa8c748b64731973d4f5c1f0453526f922c8 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`
@@ -23,3 +23,13 @@ Install dependencies:
 2. Open any file in `test/out` in your browser
 
 If you dont have access to the `Sitzungen` Repository, you can use the `local_test` branch
+
+## Collaboration
+
+To stay consistent in e.g. spacing and have the chance to track changes, please format the files with
+
+```
+pnpm formt
+```
+
+in the root of the repository.