From 4ebeff4f0e6078600f4d272244f068d1abb981d8 Mon Sep 17 00:00:00 2001 From: Adrian Dvergsdal Date: Mon, 23 Feb 2015 12:13:34 +0100 Subject: [PATCH] Put command on own line --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 689f29f..10f5801 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,8 @@ docker run \ The OpenSSH server runs by default on port 22, and in this example, we are forwarding the container's port 22 to the host's port 2222. To log in with an -OpenSSH client, run: `sftp -P 2222 foo@` +OpenSSH client, run: +`sftp -P 2222 foo@` ### Multiple users and volumes