diff --git a/README.md b/README.md
index ab1ac5ba..fc01878f 100644
--- a/README.md
+++ b/README.md
@@ -1,99 +1,47 @@

-*µWebSockets™ (it's "[micro](https://en.wikipedia.org/wiki/Micro-)") is simple, secure & standards compliant web I/O for the most demanding*
[[1]](https://github.com/uNetworking/uWebSockets/tree/master/benchmarks) *of applications.*
+*µWebSockets™ (it's "[micro](https://en.wikipedia.org/wiki/Micro-)") is simple, secure*
[[1]](https://github.com/uNetworking/uWebSockets/tree/master/fuzzing) *& standards compliant web I/O for the most demanding*
[[2]](https://github.com/uNetworking/uWebSockets/tree/master/benchmarks) *of applications.*
• [TypeScript docs](https://unetworking.github.io/uWebSockets.js/generated/) • [Read more & user manual (C++ project)](https://github.com/uNetworking/uWebSockets/blob/master/misc/READMORE.md)
-### Outrun. Everyone.
-This project is not your typical "web framework" à la 500 lines of JavaScript and a fancy logo. No, you're looking at a three part software suite of ~7k lines of C & C++, working in unison with Google V8 to bring you one of the most memory scalable and performant I/O scripting environments available.
-
-It runs 15x faster than Deno and scales to millions of connections using less than half a GB of user space memory.
-
-[Read the release post](https://levelup.gitconnected.com/will-node-js-forever-be-the-sluggish-golang-f632130e5c7a) and/or the [1 million WebSockets post](https://medium.com/@alexhultman/millions-of-active-websockets-with-node-js-7dc575746a01).
-
-### No compiler needed.
-We use AppVeyor & TravisCI to automatically pre-compile binaries for Linux, macOS and Windows with every push. New releases are tagged from branch `binaries` and can be installed [using NPM](https://docs.npmjs.com/cli/install) like so:
+### In a nutshell.
+µWebSockets.js is the Google V8 bindings to [µWebSockets](https://github.com/uNetworking/uWebSockets), one of the most efficient web servers available for C++ programming