From 7da220bcf2aedf055f2edbbd225ff7d25bc3ce34 Mon Sep 17 00:00:00 2001 From: Jonathan Zernik Date: Thu, 5 Nov 2020 17:02:58 -0500 Subject: [PATCH] Fix port number in url in readme (#391) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 809e0f8f..dc42d056 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Node for Squeak protocol ``` $ runsqueaknode --config config.ini run-server ``` -- Go to http://localhost:3000/ and use the username/password in **config.ini** to log in. +- Go to http://localhost:12994/ and use the username/password in **config.ini** to log in. ## Test