From b96e83304379010a9dedc794665eb79ae821a208 Mon Sep 17 00:00:00 2001 From: dom farr Date: Fri, 13 Nov 2020 14:10:33 +0000 Subject: [PATCH] Correct default MiniDapp port to 9004 --- docs/howToBuildMiniDapps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/howToBuildMiniDapps.md b/docs/howToBuildMiniDapps.md index 2dae77d..718ef65 100644 --- a/docs/howToBuildMiniDapps.md +++ b/docs/howToBuildMiniDapps.md @@ -12,7 +12,7 @@ Then do the same with the [Minima](https://github.com/spartacusrex99/Minima) rep java -jar ./jar/minima.jar ```` -Importantly, for our purposes, that command fires up a MiniDapp Server on port [21000](http://localhost:2100) of your local machine. We'll use that, later. +Importantly, for our purposes, that command fires up a MiniDapp Server on port [9004](http://127.0.0.1:9004/) of your local machine. We'll use that, later. As a brief aside, you could also start the MiniDapp Server via: