From 59261fd51615b7902f37700336730a3db211e26b Mon Sep 17 00:00:00 2001 From: skyper <5938498+SkyperTHC@users.noreply.github.com> Date: Wed, 6 Sep 2023 12:19:43 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4bdddf..246203a 100644 --- a/README.md +++ b/README.md @@ -1134,7 +1134,7 @@ bash -c "$(wget --no-check-certificate -qO- https://gsocket.io/x)" or deploy gsocket by running their own deployment server: ```sh -LOG=results.log bash -c "$(curl -fsSL https://gsocket.io/xs)" +LOG=results.log bash -c "$(curl -fsSL https://gsocket.io/xs)" # Notice '/xs' instead of '/x' ```