diff --git a/Code-style-guide.md b/Code-style-guide.md
index 77bb047..95ed6c7 100644
--- a/Code-style-guide.md
+++ b/Code-style-guide.md
@@ -4,7 +4,7 @@ These are the code style guidelines that should be followed when contributing to
_Indent = two spaces_
-Not hard tabs. Not four spaces. Not however many spaces you feel like. **2 spaces.**
+Not hard tabs. Not four spaces. Not however many spaces you feel like. **4 spaces.**
## Line Length
Be reasonable. Keeping within 80 characters is recommended, 120 is the **maximum**.