aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Staessens <dimitri@ouroboros.rocks>2020-03-17 10:30:46 +0100
committerDimitri Staessens <dimitri@ouroboros.rocks>2020-03-17 10:30:46 +0100
commitc2ae987ec95671ec8f2deec943733b70d9b6d5ea (patch)
treecd84c68d1113804a87963fe23f870c524d4e1b83
parentd39ca50eaa09350e423fc49741fde1ebc745398e (diff)
downloadwebsite-c2ae987ec95671ec8f2deec943733b70d9b6d5ea.tar.gz
website-c2ae987ec95671ec8f2deec943733b70d9b6d5ea.zip
content: Update ioq3 section to 0.17 API
-rw-r--r--content/en/docs/Extra/ioq3.md2
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):