diff --git a/README.md b/README.md
index 9072edaa5936730eb24de1dc9f53a7a799389618..58b4bc1c72f3834d86962aff399f554cd414d81f 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,11 @@
-Using the grpc framework.
+Using the [grpc](https://grpc.io/) framework.
 
-The rpc calls are defined in the .proto file so use the protoc compiler to generate the code.
-Use the batch file to generate the cpp & csharp code. 
-This reqruires the plugins (grcp_csharp_plugin.exe & grcp_cpp_plugin.exe) which are delivered with your version of the library.
+Compile the ModeliRpc.proto file to generate the code.
+The compilation is simplified by the generate_* scripts.
+
+Compilation requires the plugins grcp_csharp_plugin.exe / grcp_cpp_plugin.exe which are delivered with your version of the grpc framework.
 The C# library and generation tool can be obtained via nuget (Grpc, Grpc.Tools & Google.Protobuf).
-The easiest way to get obtain the C++ library is using the cvpkg tool from github (use ".\vcpkg install grpc:x64-windows")
+
+
+The easiest way to get obtain the C++ library for visual studio is using the vcpkg tool from github (use ".\vcpkg install grpc:x64-windows").
+This might be outdated and switching to conan https://github.com/inexorgame/conan-grpc might be more appropiate.
\ No newline at end of file