From d72e18ba60bcdfa96c3237052a8c7cf9ee8df563 Mon Sep 17 00:00:00 2001 From: Andre Miras Date: Sun, 19 Jan 2020 23:46:19 +0100 Subject: [PATCH] Removes trailing backslash, refs #4562 (#4592) * Removes trailing backslash, refs #4562 * Merge branch 'master' into feature/minor_documentation_fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e9498997..8a8c92ac8 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ To start your beacon node, issue the following command: ```text docker run -it -v $HOME/prysm:/data -p 4000:4000 --name beacon-node \ gcr.io/prysmaticlabs/prysm/beacon-chain:latest \ - --datadir=/data \ + --datadir=/data ``` The beacon node can be halted by either using `Ctrl+c` or with the command: