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