From 997cbacc66e93dccc580717705b2e51ddfc6125e Mon Sep 17 00:00:00 2001 From: Nathaniel Tampus Date: Sat, 4 Mar 2023 23:06:32 +0800 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7517a4..8e13852 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Yet another Chess web app. Live demo at [ches.su](https://ches.su). - play against other users in real-time - spectate and chat in ongoing games with other users -- _optional_ user accounts for tracking stats and game history (wip) +- ~~_optional_ user accounts for tracking stats and game history~~ (wip) - mobile-friendly (wip) Built with Next.js 13, Tailwind CSS + daisyUI, react-chessboard, chess.js, Express.js, socket.io and PostgreSQL.