From 8ccc3871298011627b04b52abbe0d16bd6920d3d Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Fri, 14 May 2021 00:05:45 +0500 Subject: [PATCH] why was the file called get ? --- README.md | 2 +- ...ACCOUNTID.png => how-to-obtain-BML_ACCOUNTID.png | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename how-to-get-BML_ACCOUNTID.png => how-to-obtain-BML_ACCOUNTID.png (100%) diff --git a/README.md b/README.md index 847d89e..04c3f3c 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ chmod +x bml-tg-notify.sh cp env.sample .env ``` - Edit the contents of .env to your config with text editor of your choosing (`nano .env`)\ -[How to obtain BML_ACCOUNTID](https://raw.githubusercontent.com/shihaamabr/bml-tg-notify/main/how-to-get-BML_ACCOUNTID.png) +[How to obtain BML_ACCOUNTID](https://raw.githubusercontent.com/shihaamabr/bml-tg-notify/main/how-to-obtain-BML_ACCOUNTID.png) - Optionally edit delay `echo XX > delay` where XX is the time in seconds you want to delay script run, By default this is set to 160. Please note that if the XX value is less than a certain value your IP could blocked by CloudFlare for DoS attack. diff --git a/how-to-get-BML_ACCOUNTID.png b/how-to-obtain-BML_ACCOUNTID.png similarity index 100% rename from how-to-get-BML_ACCOUNTID.png rename to how-to-obtain-BML_ACCOUNTID.png