README.md Update
diff --git a/README.md b/README.md
index b1e7764..caac7fb 100644
--- a/README.md
+++ b/README.md
@@ -2,49 +2,29 @@

+A Pokemon Go bot in C#
+
# Pokemon Go Client API Library in C# #
General chat: https://discord.gg/5CMa3CY
GitHub issues will be deleted if they are not API related. PR's about improved logic is welcome.
-Example:
-
-```
-var client = new Client(Settings.DefaultLatitude, Settings.DefaultLongitude);
-
-await client.LoginPtc("FeroxRev", "Sekret");
-var serverResponse = await client.GetServer();
-var profile = await client.GetProfile();
-var settings = await client.GetSettings();
-var mapObjects = await client.GetMapObjects();
-var inventory = await client.GetInventory();
-
-await ExecuteFarmingPokestops(client);
-await ExecuteCatchAllNearbyPokemons(client);
-```
-
-General chat: https://discord.gg/xPCyNau
-
-Features
-
-Note: There is a list of feature requests [here](https://github.com/FeroxRev/Pokemon-Go-Rocket-API/wiki/Feature-requests).
+## Features
+* PTC Login / Google
+* Farm Pokestops
+* Farm all Pokemon in neighbourhood
+* Transfer Pokemon
+* Use best Pokeball & Berry (depending on Pokemon CP)
+* Random Task Delays
+* Delete specific Items but keep a specific amount
-```
-#PTC Login / Google
-#Get Map Objects and Inventory
-#Search for gyms/pokestops/spawns
-#Farm pokestops
-#Farm all pokemons in neighbourhood
-#Transfer pokemon
-#Evolve pokemon
-#Recycle items
-```
+* Evolve pokemons
+* Auto Updates
-Todo
+## Getting Started
-```
-#Gotta catch them all
-#Map Enums
-```
+Go to PokemonGo\RocketAPI\Console\App.config -> Edit the Settings you like
+Go to PokemonGo\RocketAPI\Console\Settings.cs -> Edit the Settings for delete Items
+-> Build and Run (CTRL+F5)
You may download the files in Public Git.