From 58cce74ce8dc2fcb0c449ca8261b03c77e7ee81c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Majdand=C5=BEi=C4=87?= Date: Mon, 1 Jul 2024 21:06:01 +0200 Subject: [PATCH] Remove escapes from code "blocks" --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 61bf9db..b3d7515 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,10 @@ It supports input of these instructions through: - Run arguments - `sync this,that foo,bar "foo 2","C:/bar"` - Files - - `sync -f \` + - `sync -f ` - Where the file contains instructions, one instruction per line - Directories - - `sync -r \` + - `sync -r ` - This mode will look for "sync" files recursively in directories and run their instructions ## Use case