From ac237367055eb29b548e39032d6d51df37a2d8a3 Mon Sep 17 00:00:00 2001 From: Andy Shapiro Date: Mon, 11 Jun 2018 16:46:20 -0400 Subject: [PATCH] update README.md typo fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 134b925..9e4bf8c 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ First create a Sublime Project, you do this by adding one or more folders and th Then you go to the `Project` menu and select `Rsync SSH` and then `Initialize Settings`, this will add the `rsync_ssh` block to `settings` with some reasonable defaults and then open the preferences for you to edit. -Be aware that the `--delete` option will destroy the directoy you speficy in `remote_path` - as a courtesy I've added `--dry-run` so you can test your config before running `rsync` for real. +Be aware that the `--delete` option will destroy the directory you speficy in `remote_path` - as a courtesy I've added `--dry-run` so you can test your config before running `rsync` for real. ### Example `.sublime-project` file