Adds a space to correct broken code block

Kramdown is picky. :)
This commit is contained in:
LRubin 2016-11-18 15:31:25 -08:00 committed by GitHub
parent d1c99d64ca
commit 26ce688e26
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ After you complete the [tutorial setup](index.md) steps, you're ready
to create a swarm. Make sure the Docker Engine daemon is started on the host
machines.
1. Open a terminal and ssh into the machine where you want to run your manager
1. Open a terminal and ssh into the machine where you want to run your manager
node. For example, the tutorial uses a machine named `manager1`.
   
```bash