From bb9f257397a6cde28b11364e88abaeb9dd0e6972 Mon Sep 17 00:00:00 2001 From: Alessio Onori Date: Fri, 3 Dec 2021 17:58:01 +0100 Subject: [PATCH] Update README.md (#435) fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f770422..486bcac 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ To connect a substrate node and have it send telemetry to this running instance, ### Run the backend and frontend using `docker` -If you'd like to get things runing manually using Docker, you can do the following. This assumes that you've built the images as per the above, and have two images named `substrate-telemetry-backend` and `substrate-telemetry-frontend`. +If you'd like to get things running manually using Docker, you can do the following. This assumes that you've built the images as per the above, and have two images named `substrate-telemetry-backend` and `substrate-telemetry-frontend`. 1. Create a new shared network so that the various containers can communicate with eachother: