diff --git a/README.md b/README.md
index 01ebd90eb996bd8756d3bbe52249b8c9571a1492..068aba8c1479fe11f0bb48c7284422438fe0cca7 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
 ### Steps
 
 #### 1. Cloning the Repository
-First, I cloned the required repository and navigated to the appropriate directory:
+First, I cloned the required repository and navigated to the directory:
 
 ```bash
 cd esp_lab2
@@ -25,11 +25,11 @@ cd Lab2
 make
 ```
 
-This invoked the build process, compiling all necessary files into the target executable. The output looked like this:
+This started the build process, compiling all necessary files into the target executable. The output looked like this:
 
 ![Build Output](lab%202%20ss%202%20(running%20make%20successfully).PNG)
 
-The image above shows the detailed output of the `make` command, including the compilation steps and the object files being linked to create the final executable.
+The image above shows the output of the `make` command, including the compilation steps and the object files being linked to create the final executable.
 
 ---
 
@@ -46,5 +46,5 @@ The `demo.elf` file is the compiled executable, ready to be flashed onto the boa
 
 ![Demo ELF File](lab%202%20ss%203%20(demo.elf%20is%20there).PNG)
 
-This image confirms that the `demo.elf` file was successfully generated.
+This image shows that the `demo.elf` file was successfully generated.