From 41e0a26336c839312b2a6e6065c737370240c1e2 Mon Sep 17 00:00:00 2001 From: MileyFu Date: Sun, 14 Apr 2024 11:40:35 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48f2336..8de97b5 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Start the node. bash <(curl -sSfL 'https://raw.githubusercontent.com/GaiaNet-AI/gaianet-node/main/start.sh') ``` -## Run multuple nodes on a single machine +## Run multiple nodes on a single machine For a larger machine, you can run multiple GaiaNet nodes. But please note that, for now, only one node can register on a GiaiaNet domain to be publicly accessible. First, you can start the first (and default) node as above.