From e7fec4fe78252df81812b6465bc90726db0eaf03 Mon Sep 17 00:00:00 2001 From: Nathaniel Tampus Date: Mon, 20 Feb 2023 17:45:32 +0800 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 651aa0f..2de6e11 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,10 @@ 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 +- _optional_ user accounts for tracking stats and game history (wip) - mobile-friendly (wip) -Built with Next.js 13, Tailwind CSS + daisyUI, [react-chessboard](https://github.com/Clariity/react-chessboard), [chess.js](https://github.com/jhlywa/chess.js), Express.js, socket.io and PostgreSQL. +Built with Next.js 13, Tailwind CSS + daisyUI, react-chessboard, chess.js, Express.js, socket.io and PostgreSQL. ## Configuration