From 85e2f749b4bcb01bfe82918f35c02a4b338838e2 Mon Sep 17 00:00:00 2001 From: Adrian Dvergsdal Date: Mon, 23 Feb 2015 12:23:07 +0100 Subject: [PATCH] Typo --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 10f5801..5ac285b 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,7 @@ 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