diff --git a/README.md b/README.md index 019022e..a8b7d9a 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ Lightweight, fast lobby service for [PurrNet](https://github.com/PurrNet/PurrNet) multiplayer games. Alternative to Steam or Unity lobby lobby services. +Dashboard: [https://purrlobby.exil.dev](https://purrlobby.exil.dev) +API docs: [https://purrlobby.exil.dev/swagger](https://purrlobby.exil.dev/swagger) + ## Implementation Overview * **Multi-game scoping**: Each game has isolated lobbies via Game ID @@ -20,9 +23,6 @@ dotnet build dotnet run ``` -Dashboard: [https://purrlobby.exil.dev](https://purrlobby.exil.dev) -API docs: [https://purrlobby.exil.dev/swagger](https://purrlobby.exil.dev/swagger) - ## Configuration * `ASPNETCORE_ENVIRONMENT=Production`