Skip to content

Commit

Permalink
Removes trailing backslash, refs #4562 (#4592)
Browse files Browse the repository at this point in the history
* Removes trailing backslash, refs #4562
* Merge branch 'master' into feature/minor_documentation_fix
  • Loading branch information
AndreMiras authored and prylabs-bulldozer[bot] committed Jan 19, 2020
1 parent a4db560 commit d72e18b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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:
Expand Down

0 comments on commit d72e18b

Please sign in to comment.