From 472d91de15340923cfb5689f1996143311ecad3e Mon Sep 17 00:00:00 2001 From: Henry Hiles Date: Tue, 7 Feb 2023 10:54:10 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 369047e..544b3f1 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # Video Chat -A simple Web-RTC powered video chat that uses PeerJS and Socket.IO. Great for chatting with friends or family. +A simple Web-RTC powered video chat, great for chatting with friends or family. This project was built using EJS, PeerJS, Express, and Socket.IO.