diff --git a/README.md b/README.md
index 74a0b92..e0e4713 100644
--- a/README.md
+++ b/README.md
@@ -21,13 +21,13 @@ in this case the architecture x64 for windows binaries(https://github.com/xpack-
style="float: left; margin-right: 10px;" />
### 2. Cloning repository
-clone or download this repository on your windows machine.
+Clone or download this repository on your windows machine.
```
$ git clone https://gitea.squirrelnut.synology.me:5001/FPGALover/neorv32
```
### 2. Download and install MSYS2(msys2-x86_64-20240113.exe) --> https://www.msys2.org/
-once MSYS2 is installed, run MSYS2, and run the command using the MYSS2 command shell (pacman -S mingw-w64-ucrt-x86_64-gcc)
+Once MSYS2 is installed, run MSYS2, and run the command using the MYSS2 command shell (pacman -S mingw-w64-ucrt-x86_64-gcc)
```
$ pacman -S mingw-w64-ucrt-x86_64-gcc
@@ -59,18 +59,18 @@ Total Installed Size: 418.82 MiB
```
-after the installation is completed, add the *Path* *"C:\msys64\ucrt64\bin"* under the enviroments variable on Windows.
+After the installation is completed, add the *Path* *"C:\msys64\ucrt64\bin"* under the enviroments variable on Windows.
-open a windows cmd and run the command (gcc --version)
+Open a windows cmd and run the command (gcc --version)
```
$ gcc --version
gcc.exe (Rev2, Built by MSYS2 project) 13.2.0
```
-go to the folder C:\msys64\ucrt64\bin make a copy of the file **mingw32-make.exe** and name it **make.exe**
+Using windows explorer, go to the folder C:\msys64\ucrt64\bin make a copy of the file **mingw32-make.exe** and name it **make.exe**
@@ -173,7 +173,7 @@ sudo chown $USER /opt/riscv32im
make -j$(nproc)
```
### 2. Clone this repo
-Go to the directory where you cloned or donwloaded this repository to the directory **neorv32\sw\example\demo_blink_led_asm**
+Using shell, go to the directory where you cloned or donwloaded this repository to the directory **neorv32\sw\example\demo_blink_led_asm**
```
$ git clone https://gitea.squirrelnut.synology.me:5001/FPGALover/neorv32
$ cd neorv32\sw\example\demo_blink_led