From 3754c802d6c57726c0a7009ca3c3446c9d544106 Mon Sep 17 00:00:00 2001
From: Harshvardhan Malpani <harsh.malpani25@gmail.com>
Date: Fri, 12 Jan 2018 09:38:34 +0530
Subject: [PATCH] curl option fixed

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 1209ce9..89f02df 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ You can either run the command manually or can automate it via cronjob.
 ## INSTALL
 You can simply download the script file and give the executable permission.
 ```
-curl -O mage2-backup.sh https://raw.githubusercontent.com/MagePsycho/magento2-db-code-backup-bash-script/master/src/mage2-db-code-backup.sh
+curl -o mage2-backup.sh https://raw.githubusercontent.com/MagePsycho/magento2-db-code-backup-bash-script/master/src/mage2-db-code-backup.sh
 chmod +x mage2-backup.sh
 ```