diff --git a/README.md b/README.md
index 029c470..d1b20f5 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,7 @@ All we needed was a tool that can send load (or specific load) on target TCP ser
1. **Download the current release**
-`wget -o - https://github.com/SarthakMakhija/blast/releases/download/v0.0.1/blast_Darwin_x86_64.tar.gz`
+`wget -o - https://github.com/SarthakMakhija/blast/releases/download/v0.0.2/blast_Darwin_x86_64.tar.gz`
3. **Unzip the release in a directory**
@@ -61,7 +61,7 @@ All we needed was a tool that can send load (or specific load) on target TCP ser
1. **Download the current release**
-`wget -o - https://github.com/SarthakMakhija/blast/releases/download/v0.0.1/blast_Linux_x86_64.tar.gz`
+`wget -o - https://github.com/SarthakMakhija/blast/releases/download/v0.0.2/blast_Linux_x86_64.tar.gz`
2. **Unzip the release in a directory**
@@ -160,17 +160,17 @@ Here, `Rrd` is 10 milliseconds, this means that the `read` calls in [ResponseRea
## Screenshots
-- **Sending load on the target server:** `./blast -n 200000 -c 100 -conn 100 -f ./payload localhost:8989` 2> err.log
+- **Sending load on the target server:** `./blast -n 200000 -c 100 -conn 100 -f ./payload localhost:8989 2> err.log`
-
+
-- **Reading responses from the target server:** `./blast -n 200000 -c 100 -conn 100 -f ./payload -Rr -Rrs 19 -Rtr 200000 localhost:8989` 2> err.log
-
-
+- **Reading responses from the target server:** `./blast -n 200000 -c 100 -conn 100 -f ./payload -Rr -Rrs 19 -Rtr 200000 localhost:8989 2> err.log`
-- **Error distribution:** `./blast -n 200000 -c 100 -conn 100 -f ./payload localhost:8989` 2> err.log
+
-
+- **Error distribution:** `./blast -n 200000 -c 100 -conn 100 -f ./payload localhost:8989 2> err.log`
+
+
## References
[hey](https://github.com/rakyll/hey)