From 0ef6e4e26aa004927c20229ccf5ff5ef7a1e9e1a Mon Sep 17 00:00:00 2001 From: Efim Poberezkin Date: Tue, 16 Feb 2021 01:01:46 +0400 Subject: [PATCH] add instructions on how to run chat client to README (#43) * add instructions on how to run chat client to README * wording * wording * corrections to the manual Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com> --- ChatOptions.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChatOptions.hs b/ChatOptions.hs index 0f1a36652f..12480ecb00 100644 --- a/ChatOptions.hs +++ b/ChatOptions.hs @@ -34,7 +34,7 @@ chatOpts = ( long "server" <> short 's' <> metavar "SERVER" - <> help "SMP server to use (localhost:5223)" + <> help "SMP server to use (smp.simplex.im:5223)" <> value (SMPServer "smp.simplex.im" (Just "5223") Nothing) )