diff --git a/README.md b/README.md
index ccdff0a..997abba 100644
--- a/README.md
+++ b/README.md
@@ -3,14 +3,13 @@
TweaksLauncher
-A lightweight Unity mod launcher for IL2CPP games built for windows x64 and x86.
+A Simple and User-friendly Unity Mod Launcher for Windows.
# In Development
The project is still in development. Check out [the roadmap](https://github.com/users/slxdy/projects/2).
## How it works
TweaksLauncher is a game launcher, meaning it does NOT inject itself into the game, but rather starts it manually through the UnityPlayer module.
-Mods can interact with the game through the generated proxy assemblies from [Il2CppInterop](https://github.com/BepInEx/Il2CppInterop), just like with any other known Il2Cpp mod loaders.
## Requirements
- [.NET 8.0 Runtime](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-8.0.3-windows-x64-installer)
@@ -37,4 +36,3 @@ The project should be compiled using Visual Studio. Make sure to build the entir
[BepInEx/Dobby](https://github.com/BepInEx/Dobby) - Fork of jmpews/Dobby with stability edits for Windows
[HarmonyX](https://github.com/BepInEx/HarmonyX) - Harmony built on top of MonoMod.RuntimeDetours with additional features
[Pastel](https://github.com/silkfire/Pastel) - A tiny utility class that makes colorizing console output a breeze.
-[GameFinder.StoreHandlers.Steam](https://github.com/erri120/GameFinder) - Library for finding games installed with Steam.