@@ -3,11 +3,11 @@
# Build
- Client: `cargo r`
-- Server: `cargo r --bin server`
+- Server: `cargo r --bin server [--port <PORT>]`
# Usage
-Server runs on localhost port 8080 (`127.0.0.1:8080`).
+Server runs on localhost port 13337 (`127.0.0.1:13337`).
# Screenshots