From cf06a9889be19e126b90d8d6440fc930af1fe5e4 Mon Sep 17 00:00:00 2001 From: Henry Hiles Date: Wed, 2 Feb 2022 12:35:33 -0500 Subject: [PATCH] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f32391a..59640b7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Messaging -A simple messaging website where multiple users can chat together. Made using node.js, and the packages socket.io, and nodemon (for dev only). -It also uses moment.js client-side. -### Todo -Adding room support +A simple, open-source, online chat room where you can join online chat rooms, or create your own. +Made with the technologies below. + +## Technologies + +This project was built using handcrafted Javascript, as well as Node.js, Socket.io, and Express. It also uses nodemon for running in development.