From 54074550f6a929fdecc59567f3e089d5908cd07c Mon Sep 17 00:00:00 2001 From: Ken Salomon Date: Mon, 11 Jun 2018 15:30:16 -0400 Subject: [PATCH] better sentence structure --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b5ecc1..12f4c58 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Bot to automatically like your friends' Instagram posts, and notify you on your 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 (cronjob) and checks for any new Instagram post for a paticular `user_id`. If a new post is found it likes the post and sends a notification to your configured Slack channel using Slack Webhooks. Installation ===============