diff --git a/README.md b/README.md
index 36c81f9de..36665f1f0 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
-
+
-
+
@@ -18,16 +18,16 @@
Play [Loot Survivor](https://goerli-survivor.realms.world/)
-Table of contents
+## Table of contents
-- [Game Design](#đšī¸-game-design)
-- [Technology](#âī¸-technology)
-- [Infrastructure](#đĨī¸-infrastructure)
-- [Contributing](#đī¸-contributing)
+- [Game Design](#game-design)
+- [Contributing](#contributing)
+- [Technology](#technology)
+- [Infrastructure](#infrastructure)
---
-## đšī¸ Game Design
+## Game Design
Loot Survivor is an onchain Arcade machine game. You add some tokens, try to get the highscore and live for eternity onchain.
@@ -115,13 +115,13 @@ The items are based off the OG loot contract
---
-## đī¸ Contributing
+## Contributing
The game is a work in progress and contributions are greatly appreciated.
---
-## âī¸ Technology
+## Technology
Loot Survivor is an onchain game, designed to be immutable and permanently hosted on Starknet. We use advanced gas optimization to reduce costs on Starknet. A player's gamestate exists primarily in a single felt252, every action the player takes only updates a single storage slot.
@@ -134,7 +134,7 @@ Loot Survivor is an onchain game, designed to be immutable and permanently hoste
---
-## đĨī¸ Infrastructure
+## Infrastructure
### Servers
@@ -227,4 +227,4 @@ starkli call --watch $CONTRACT_ADDRESS get_xp $ADVENTURER_ID 0 --account $STARKN
##### Get number of stat upgrades available
```bash
starkli call --watch $CONTRACT_ADDRESS get_stat_upgrades_available $ADVENTURER_ID 0 --account $STARKNET_ACCOUNT --private-key $PRIVATE_KEY
-```
\ No newline at end of file
+```