From e2d00188f6fde7d59efc6b52e72750e5e4d98236 Mon Sep 17 00:00:00 2001 From: snen Date: Thu, 30 Sep 2021 22:10:40 -0400 Subject: [PATCH] Update readme to include steve --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 03d7c7b..f20d566 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ This is a client for a tactical card game server. It is made using [my Deno-React-Web-Starter template repository](https://github.com/sullivansean27/deno-react-web-starter). +Deployed server is at http://www.tomecraft.xyz/. Code for the websocket server was written by @stryan. + ## Code layout - `~/client`: any code that is compiled and shipped to the browser.