From 48f9a0f6c09e7228cf1e920c4cf546350d273c05 Mon Sep 17 00:00:00 2001 From: Sage Vaillancourt Date: Fri, 30 Dec 2022 14:26:16 +0000 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e8312ba..7c0a635 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ # QuickChess -This is a simple implementation of Chess in React. It supports nearly all moves, -with castling still to be added. A live build can be seen here: -[https://sagev.space/quickchess/](https://sagev.space/quickchess/). Assets +This is a simple implementation of Chess in React. It supports all moves, including castling and en passant. A live build can be seen here: +[https://quickchess.win/](https://quickchess.win/). Assets borrowed from Wikipedia. # Building