branch: externals/ssh-deploy
commit 7133863cccf73d566283c5c2f1fb33c984fa9e8e
Author: Christian Johansson <[email protected]>
Commit: Christian Johansson <[email protected]>
Fixed typos
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 8aa64bb..ea50887 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,7 @@ The above configuration uses the plugin `use-package` which I
highly recommend.
## More complex SSH connections
-If you have a SSH connection that is using a different identity-file other
than the default, or if it is using a different port other than the default you
just need to edit your local SSH-config (~/ssh/config) to make it work using
this plugin, like this:
+If you have a SSH connection that is using a different identity-file than the
default, or if it is using a different port than the default you just need to
edit your local SSH-config (~/ssh/config) to make it work using this plugin,
like this:
``` bash