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