diff --git a/README.md b/README.md
index cbb293a..e26be97 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,11 @@
-# Webzen - A Go Game Engine that targets WebAssembly!
+
Webzen
+A Go Game Engine that targets WebAssembly!
-![GitHub last commit](https://img.shields.io/github/last-commit/dimkauzh/webzen)
-![GitHub license](https://img.shields.io/github/license/dimkauzh/webzen)
-![Lines of code](https://tokei.rs/b1/github/dimkauzh/webzen?category=lines)
+
+
+
+
+
Webzen is a Go Game Engine that targets WebAssembly, enabling you to build web applications with Go. It helps you build your games easy and fast. This project leverages `syscall/js` to interact with the JavaScript runtime in the browser.
@@ -29,6 +32,7 @@ To run the example provided in this repository, follow these steps:
```shell
git clone github.com/dimkauzh/webzen.git
```
+
2. Navigate to the project folder:
```shell