diff --git a/README.md b/README.md
index 3c44e31..88da172 100644
--- a/README.md
+++ b/README.md
@@ -116,13 +116,13 @@ Carl Friedrich Gauss was pivotal in developing the mathematical framework used i
* Introduced the [Gaussian Distribution](), which describes random variables and noise in quantum systems.
- * **Gaussian Distribution Formula:**
+ ### ***Gaussian Distribution Formula:***
- $\huge \color{DeepSkyBlue} f(x) = \frac{1}{\sqrt{2\pi\sigma^2}} e^{-\frac{(x-\mu)^2}{2\sigma^2}}$
+ $\huge \color{DeepSkyBlue} f(x) = \frac{1}{\sqrt{2\pi\sigma^2}} e^{-\frac{(x-\mu)^2}{2\sigma^2}}$
-
+
- Where:
+ Where:
- $\large \color{DeepSkyBlue}\( \mu \)$: Mean of the distribution.
- $\large \color{DeepSkyBlue} \( \sigma \)$: Standard deviation.
- $\large \color{DeepSkyBlue} \( x \)$: Random variable.