diff --git a/README.md b/README.md
index de0f30ce..66930d3c 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
# ⚡️ Stay tuned for updates: upcoming version 11.2.0
-Click [here](https://github.com/kataras/iris/pull/1175) to watch the progress of the upcoming release and the new features that it brings into game.
+Click [here](https://github.com/kataras/iris/pull/1175) to watch the progress of the upcoming release and the new features that it brings into game.
+
+@kataras: I was sick for almost a month, but this wasn't kept me from pushing some progress for the upcoming release. the v11.2.0 will contain a breaking change on the websockets usage, there is no other way to improve it. That one has its own repository for testing and experimentation, click [here](https://github.com/kataras/fastws/tree/master/_examples/advanced/ws) to watch the progress of the new Iris websocket capabilities and features if you can't wait more.
# Iris Web Framework
@@ -8,7 +10,7 @@ Click [here](https://github.com/kataras/iris/pull/1175) to watch the progress of
[](https://travis-ci.org/kataras/iris) [](http://goreportcard.com/report/kataras/iris) [](https://marketplace.visualstudio.com/items?itemName=kataras2006.iris) [](https://kataras.rocket.chat/channel/iris) [](https://github.com/kataras/iris/tree/master/_examples/routing) [](https://github.com/kataras/iris/releases)
-Iris is a fast, simple yet fully featured and very efficient web framework for Go.
+Iris is a fast, simple yet fully featured and very efficient web framework for Go. Routing is powered by the [muxie](https://github.com/kataras/muxie#philosophy) project.
Iris provides a beautifully expressive and easy to use foundation for your next website or API.
@@ -34,13 +36,11 @@ Check below the features and the hard work that we putted to improve how the int
_Updated at: [Monday, 22 October 2018](_benchmarks/README.md)_
-### Iris vs the rest Go web frameworks and routers vs any other alternative
+### Third-party
-[](https://github.com/the-benchmarker/web-frameworks#full-table)
+[](https://github.com/iris-contrib/third-party-benchmarks#full-table)
-As shown in the benchmarks (from a [third-party source](https://github.com/the-benchmarker)), Iris is the fastest open-source Go web framework in the planet. The net/http 100% compatible router [muxie](https://github.com/kataras/muxie) I've created some weeks ago is also trending there with amazing results, fastest net/http router ever created as well. View the results at:
-
-https://github.com/the-benchmarker/web-frameworks#full-table
+> Last updated at: 01 March of 2019. Click to the image to view all results. You can run this in your own hardware by following the [steps here](https://github.com/iris-contrib/third-party-benchmarks#usage).
## Philosophy