Removes trailing backslash, refs #4562 (#4592)

* Removes trailing backslash, refs #4562
* Merge branch 'master' into feature/minor_documentation_fix
This commit is contained in:
Andre Miras 2020-01-19 23:46:19 +01:00 committed by prylabs-bulldozer[bot]
parent a4db560e55
commit d72e18ba60

View File

@ -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: