diff options
-rw-r--r-- | content/en/docs/Extra/ioq3.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/en/docs/Extra/ioq3.md b/content/en/docs/Extra/ioq3.md index 457508b..10913a5 100644 --- a/content/en/docs/Extra/ioq3.md +++ b/content/en/docs/Extra/ioq3.md @@ -80,7 +80,7 @@ Bind the pid of the server to a name and register it in the local layer: ```bash $ irm bind proc <pid> name my.ioq3.server -$ irm reg name my.ioq3.server layer <your_local_layer> +$ irm name reg my.ioq3.server layer <your_local_layer> ``` To connect, start a client (in a different terminal): |