diff --git a/Codes/Code-4/Code-4-Steps.md b/Codes/Code-4/Code-4-Steps.md
index dcdc434..545c2e0 100644
--- a/Codes/Code-4/Code-4-Steps.md
+++ b/Codes/Code-4/Code-4-Steps.md
@@ -3,7 +3,7 @@
Problem Statement:
Write a CUDA Program for:
1. Addition of two large vectors
-2. 2. Matrix Multiplication using CUDA C
+2. Matrix Multiplication using CUDA C
---
@@ -18,15 +18,15 @@ Write a CUDA Program for:
### 1. After creating a new Jupyter notebook, click on "Runtime" in the navbar:
-
+
### 2. Then, choose "Change runtime type":
-
+
### 3. Select "T4 GPU", and save:
-
+
### 4. Check if `nvcc` is installed: