From 100cfd49aed347cd366c52614655d896395af6b3 Mon Sep 17 00:00:00 2001 From: alborrajo <38296782+alborrajo@users.noreply.github.com> Date: Sat, 23 Apr 2022 14:16:26 +0200 Subject: [PATCH] Update README to reflect HTTP port change --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c21d4f0a..bb3cf3b5f 100644 --- a/README.md +++ b/README.md @@ -63,9 +63,9 @@ ensure that no other local services listen on these ports. # Client Launch the client with the following args: -`"DDO.exe" "addr=localhost port=52100 token=00000000000000000000 DL=http://127.0.0.1/win/ LVer=03.04.003.20181115.0 RVer=3040008"` +`"DDO.exe" "addr=localhost port=52100 token=00000000000000000000 DL=http://127.0.0.1:52099/win/ LVer=03.04.003.20181115.0 RVer=3040008"` -#Development +# Development ## Project ### Cli Entrypoint to the application, allows to start different components via parameters