From 7b5269feb4e8b1c97e02eb77d1d08920dae55bda Mon Sep 17 00:00:00 2001 From: Adam Doyle Date: Tue, 3 Dec 2024 17:55:19 -0500 Subject: [PATCH] new url --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index ee8508a..6242e26 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # Cards For Humanity -Live at [https://cards.doordesk.net](https://cards.doordesk.net) +Live at [https://humanity.cards](https://humanity.cards) A game master server for the popular game [Cards Against Humanity](https://www.cardsagainsthumanity.com/) using data from [Chris Hallberg](https://crhallberg.com/)'s project [JSON Against Humanity](https://github.com/crhallberg/json-against-humanity) (everyone say "Thanks, Chris!") @@ -54,9 +54,9 @@ cargo build --release --- -- The server automatically serves the built client from `/dist` at `127.0.0.1:3030`. When building for release the client automatically points to doordesk. +- The server automatically serves the built client from `/dist` at `127.0.0.1:3030`. When building for release the client automatically points to the live server. -- Configure any custom clients to connect to `ws://127.0.0.1:3030/websocket` for local testing or `wss://cards.doordesk.net/websocket` to use my server. +- Configure any custom clients to connect to `ws://127.0.0.1:3030/websocket` for local testing or `wss://humanity.cards/websocket` to use my server. ## Tools: