branch: externals/ssh-deploy
commit c8b322a248ea8089eb26f2c5cee58ed47e5f43d3
Author: Christian Johansson <[email protected]>
Commit: Christian Johansson <[email protected]>
Fixed markdown syntax
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index c71e51d..30ae5ed 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ Here is a list of other variables you can set globally or per
directory:
* `ssh-deploy-revision-folder` The folder used for storing local revisions
[string]
* `ssh-deploy-automatically-detect-remote-changes` Enables automatic detection
of remote changes [boolean]
* `ssh-deploy-exclude-list` A list defining what paths to exclude from
deployment [list]
-* `ssh-deploy-async` Enables asynchronous transfers (you need to install
`async.el' as well) [boolean]
+* `ssh-deploy-async` Enables asynchronous transfers (you need to have
`async.el` installed as well) [boolean]
## A setup example