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: