diff --git a/README.md b/README.md
index 956817b..d11712b 100644
--- a/README.md
+++ b/README.md
@@ -895,6 +895,8 @@ A study on resource usage showed the possibility of producing two products: **P1
[The production department provided the following **resource usage** table]():
+
+
| Product | R1/unit | R2/unit | R3/unit |
|---------|---------|---------|---------|
| **P1** | 2 | 3 | 5 |
@@ -904,6 +906,8 @@ A study on resource usage showed the possibility of producing two products: **P1
[And the **monthly resource availability**]():
+
+
| Resource | Monthly Availability |
|----------|----------------------|
| **R1** | 100 |
@@ -996,7 +1000,7 @@ $5x_1 + 3x_2 \leq 120$
-### 4. [Non-Negativity Constraints]()
+### [4](). Non-Negativity Constraints:
### ***We cannot produce a negative quantity of products***:
@@ -1012,7 +1016,7 @@ x_1 \geq 0, \quad x_2 \geq 0
-### 5. [Complete Mathematical Model]():
+### [5](). Complete Mathematical Model:
@@ -1048,7 +1052,7 @@ x_1 \geq 0, \quad x_2 \geq 0
-### 🔢 {Profit per Product]():
+### 🔢 [Profit per Product]():
@@ -1061,6 +1065,8 @@ x_1 \geq 0, \quad x_2 \geq 0
### 🧰 Resource Usage per Unit
+
+
| Product | R1/unit | R2/unit | R3/unit |
|:--------|:-------:|:-------:|:-------:|
| **P1** | 2 | 3 | 5 |
@@ -1070,6 +1076,8 @@ x_1 \geq 0, \quad x_2 \geq 0
### 📦 Monthly Resource Availability
+
+
| Resource | Available Units |
|:---------|:----------------:|
| **R1** | 100 |