From ab7a99f30a82a0d312f0f6757b31b14443557b3d Mon Sep 17 00:00:00 2001 From: Hack666r Date: Sat, 11 Jan 2025 22:20:08 +0100 Subject: [PATCH] typo fix README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c43e9af..71971e7 100644 --- a/README.md +++ b/README.md @@ -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 recommended to add `--build` to make sure that latest changes are being applied. ### View logs