From 1ba92e62b007ba1b09592944c9d58b1cd7aba7eb Mon Sep 17 00:00:00 2001 From: Jeff Escalante Date: Fri, 22 Dec 2017 15:06:24 -0500 Subject: [PATCH] Revert "Fixed Crone Job -> cronjob in README" This reverts commit 10f647fe19c35d9a09befe697a56fbe4a3d9e7e6. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 82866a3..2c658df 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Bot to automatically like your friend's Instagram post and notify you on your Sl How does it work? ================ - This script runs Instagram API every 15mins (cronjob) and checks for any new Instagram post for a paticular `user_id`. If a new a post is found it likes the post and sends a notification to your configured Slack channel using Slack Webhooks. + This script runs Instagram API every 15mins (Crone Job) and checks for any new Instagram post for a paticular `user_id`. If a new a post is found it likes the post and sends a notification to your configured Slack channel using Slack Webhooks. Installation =============== @@ -39,11 +39,11 @@ Deploy to Heroku http://.herokuapp.com/run -Setting up Cron Job -=================== +Setting up Crone Job +================ - create an account [cron-job.org](https://cron-job.org/en/) - - create a cronjob + - create a cronejob - paste the url `http://.herokuapp.com/run` in address - schedule every `15 mins`