diff --git a/README.md b/README.md
index 08f7867..cbe062a 100644
--- a/README.md
+++ b/README.md
@@ -540,7 +540,7 @@ x, y ≥ 0
-### [*Excel Setup*]()
+### [*Excel Setup*]():
@@ -563,7 +563,7 @@ x, y ≥ 0
-### [*Solver Configuration*]()
+### [*Solver Configuration*]():
1. Set Objective: **B3**
2. To: **Maximize**
@@ -578,7 +578,7 @@ x, y ≥ 0
-### [*Solution Output*]()
+### [*Solution Output*]():
After running Solver:
@@ -632,9 +632,9 @@ And the **monthly resource availability**:
-### ➢[Step-by-Step Modeling]();
+### ➢[Step-by-Step Modeling]()
-### 1. [Decision Variables]()
+### 1. [Decision Variables]():
- Let:
@@ -696,9 +696,9 @@ $3x_1 \leq 90
-### 4. [Non-Negativity Constraints]():
+### 4. [Non-Negativity Constraints]()
-#### We cannot produce a negative quantity of products:
+### ***We cannot produce a negative quantity of products***:
### $x_1 \geq 0, \quad x_2 \geq 0$