From 75c81b32063866f62cde59d37648aaf5939edc52 Mon Sep 17 00:00:00 2001 From: Tommy Verrall Date: Wed, 7 May 2025 12:18:28 +0200 Subject: [PATCH] clean up --- docker/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docker/README.md b/docker/README.md index 26b4e8dc11..9eae7072d7 100644 --- a/docker/README.md +++ b/docker/README.md @@ -1,7 +1,5 @@ ## Build with Docker & Docker Compose -#### Standard Build (x86_64 Genesis Validator - To build the genesis validator: ``` @@ -14,7 +12,7 @@ To start the genesis validator: docker-compose up -d validator ``` -The genesis validator will be initialized with the network configuration defined in the `docker-compose.yml` file. +The genesis validator will be initialised with the network configuration defined in the `docker-compose.yml` file. ### Managing the Validator