From 406b514e0da453e3363178e1b0d118e32aba2272 Mon Sep 17 00:00:00 2001 From: Alex Hultman Date: Mon, 8 Jun 2020 14:59:31 +0200 Subject: [PATCH] Link to TypeDocs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8552656..7492ee91 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ ### :bulb: In a nutshell -Think of it as a complete replacement to both Express.js and Socket.IO, written entirely in C/C++ for maximum performance and reliability. There are tons of [examples](examples) but here's the gist of it all: +Think of it as a complete replacement to both Express.js and Socket.IO, written entirely in C/C++ for maximum performance and reliability. Browse the [documentation](https://unetworking.github.io/uWebSockets.js/generated/). There are tons of [examples](examples) but here's the gist of it all: ```javascript /* Non-SSL is simply App() */