From 2503b0be177b01aa85049d658c863e247cbda85f Mon Sep 17 00:00:00 2001 From: Karl Bartel Date: Tue, 12 Nov 2024 15:19:56 +0100 Subject: [PATCH] README: fix typos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c43e9af..1ad3f6d 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ A simple docker compose script for launching full / archive node for OP Stack ch > Note: If you're not logged in as root, you'll need to log out and log in again after installation to complete the docker installation. -Note: This command install docker and docker compose for Ubuntu. For windows and mac desktop or laptop, please use Docker Desktop. For other OS, please find instruction in Google. +Note: This command installs docker and docker compose for Ubuntu. For windows and mac desktop or laptop, please use Docker Desktop. For other OS, please find instruction in Google. ```sh # Update and upgrade packages @@ -62,7 +62,7 @@ sudo docker run hello-world docker ps ``` -It should returns an empty container list without having any error. Otherwise, restart your machine if there are errors. +It should return an empty container list without having any error. Otherwise, restart your machine if there are errors. ### Clone the Repository @@ -127,7 +127,7 @@ Open `.env` with your editor of choice docker compose up -d --build ``` -Will start the node in a detatched shell (`-d`), meaning the node will continue to run in the background. We recommended to add `--build` to make sure that latest changes are being applied. +Will start the node in a detached shell (`-d`), meaning the node will continue to run in the background. We recommend to add `--build` to make sure that latest changes are being applied. ### View logs