From 97cd27856a385f129368a4a55edb1fb4bf1d09ff Mon Sep 17 00:00:00 2001 From: xereeto Date: Sat, 9 Mar 2024 18:07:19 +0000 Subject: [PATCH] changed fqdn --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6ad0f7a..eda37ec 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A text-based client for the popular Wordle game, to play on the command line. Re usage: `python3 wordle.py [--no-unicode]` alternatively, you can play it remotely: -`telnet ssh.xereeto.co.uk 7777 ` +`telnet wordle.xereeto.co.uk 7777 ` or -`ssh wordle@ssh.xereeto.co.uk -p 9999` +`ssh wordle@wordle.xereeto.co.uk -p 9999` ![image](https://user-images.githubusercontent.com/4806744/152666421-ca5dd7a1-6da2-475d-9aa1-377486a37ed6.png)