From 36e4914f48ec1b816c96ce4290ec39a055584715 Mon Sep 17 00:00:00 2001 From: Adrian Hajdin - JavaScript Mastery Date: Mon, 30 Aug 2021 13:07:49 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da728c5..c808a9c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ## Introduction This is a code repository for the corresponding video tutorial. -In this video, we will create a full Realtime Chat Application. We're going to use React on the front end, NodeJS on the back end and the entire chat is powered with https://GetStream.io. +In this video, we will create a full Realtime Chat Application. We're going to use React on the front end, NodeJS on the back end and the entire chat is powered with https://gstrm.io/js-mastery. By the end of this video, you will be able to build any real-time chat application you can think of.