diff --git a/README.md b/README.md
index d0ca4d7..33cc62a 100644
--- a/README.md
+++ b/README.md
@@ -2,13 +2,13 @@
π Memory safe, blazing fast, minimal and configurable hello world project written in the rust(π) programming language π
-π While this depends on more c code than rust(π) code to compile, because rust(π) is magically **memory safe**, now all c code is memory safe too π
+π While this depends on more c code than rust(π) code to compile, because rust(π) is magically **memory safe** π, now all c code is memory safe too π
π This project is very minimal, it only requires **1247** crates π
### Building
-To compile this project you need only one library π:
+To compile this project you need only π one π library π:
@@ -20,57 +20,57 @@ To compile this project you need only one library π:
1. atk π
1. pixbuf π
1. gdk π
-1. vulkan(moltenVK on mac) π
+1. vulkan(moltenVK π on mac) π
-Just a single library π
+π Just a single library π
-You probably have most of them already, if it says something along the words, you know what to search for now
+You probably have most of them already, if it says something along the words, you know what to search for now π
-Then you can just `make` and the compiled executable should be located in `./target/release/hello-world` run it or install it with `make install`.
+Then you can just `make` π and the compiled executable should be located in `./target/release/hello-world` π run it or install it with `make install` π.
-Due to the lightweightness of rust(π), unlike node_modules being fairly large for few dependencies, rust(π) manages compile caches efficiently and stores them to storage to save compile times! Just **37G** target folder on couple of compilation(dev+release), the compile time is only around **2 hours and 30 minutes** on my mac air on release mode
+Due to the lightweightness of rust(π), unlike node_modules being fairly large for few dependencies, rust(π) manages compile caches efficiently and stores them to storage to save compile times! Just **37G** target folder on couple of compilation(dev+release), the compile time is only around **2 hours and 30 minutes** on my mac air on release mode π

-A clean build makes it take around _4.7G_
+A clean build makes it take around _4.7G_ π

-The CPU usage is pretty minimal too (release mode)
+The CPU usage is pretty minimal too (release mode) π

-It is slower than echo but memory safety comes at a cost! We need to be memory chad and blazing pure and lightning based
+It is slower than echo but memory safety π comes at a cost! We need to be memory chad and blazing pure and lightning basedπ

Benchmark by [cypercine](https://github.com/mTvare6/cypercine)
-### Installation
+### Installation π
-#### Arch Linux
+#### Arch Linux π
```sh
$ makepkg -si
$ pacman -U .pkg.tar.xz
```
-#### Docker
+#### Docker π
```sh
$ docker build -t hello-world .
$ docker run -it --rm --name hwrs hello-world
```
-#### Nix
+#### Nix π
```sh
$ nix-env -i -f default.nix
```
-#### Shade
+#### Shade π
```sh
$ wget "https://raw.githubusercontent.com/mTvare6/hello-world.rs/master/hello-world.rs-buildscript" -O /user/main/hello-world.rs
@@ -90,7 +90,7 @@ Here are my takes on that matter
Here are the comments from few of my fellow Rustaceans π
-> People ask the question "what's rust(π) good for?" pretty frequently, and little terminal apps like this are precisely the reason. [...]. It enables a kind of workflow that simply didn't exist before: I could have a fully safe, "correct", LLVM-optimized binary installed on my desktop in an afternoon.π
+> People ask the question "what's rust(π) good for?" pretty frequently, and little terminal apps like this are precisely the reason. [...]. It enables a kind of workflow that simply didn't exist before: I could have a fully safe, "correct", LLVM-optimized π binary installed on my desktop in an afternoon.π
> Modern rust(π) appears pretty similar to modern JavaScript. You declare your variables with letπ
@@ -130,4 +130,4 @@ Here are the comments from few of my fellow Rustaceans π
> As a rust(π) developer, I have no idea how any of my code or computers actually works, but its cool to ask people in discord.gg/rust(π) for all help and write codeπ
-I've recently added source to where I've got these quotes from, when I get time I will add sources to where there messages are from, for now some sources aren't marked
+I've recently added source to where I've got these quotes from, when I get time I will add sources to where there messages are from, for now some sources aren't marked π