diff --git a/README.md b/README.md
index 70dfd55..b4806f0 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ Notes from the maintainer:
Yet another Chess web app. Live demo at ches.su.
+Yet another Chess web app.
@@ -35,8 +35,8 @@ Built with Next.js 14, Tailwind CSS + daisyUI, react-chessboard, chess.js, Expre
This project is structured as a monorepo using **pnpm** workspaces, separated into three packages:
-- `client` - Next.js application for the front-end, deployed to [ches.su](https://ches.su) via Vercel.
-- `server` - Node/Express.js application for the back-end, deployed to [server.ches.su](https://server.ches.su) via Railway.
+- `client` - Next.js application for the front-end, ~~deployed to ches.su via Vercel~~.
+- `server` - Node/Express.js application for the back-end, ~~deployed to server.ches.su via Railway~~.
- `types` - Shared type definitions required by the client and server.
### Getting started