From 0dd5917ec9ca8365496a34e5db0b35589648f24e Mon Sep 17 00:00:00 2001 From: Alec Maier Date: Wed, 11 Sep 2019 01:36:21 -0400 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 6a24e9a..350319c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -# Werewolf - An online multiplayer version of the social deception game Werewolf, and currently a work in progress. This project is a learning experience for me in regards to socket programming. This is a Javascript application running on a node express server. I am using the socket.io package as a wrapper for Javascript Websocket.