From c728f0f127b8f68d6b8dbf3cae15f8afba839f4f Mon Sep 17 00:00:00 2001 From: kevinadhiguna Date: Tue, 9 Mar 2021 16:51:11 +0000 Subject: [PATCH 1/2] docs: correct a typo in title --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 544aa8f..d41337c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Whatsapp Automation for sending and recieving messages +# Whatsapp Automation for sending and receiving messages Whatsapp Automation is a collection of APIs that interact with WhatsApp messenger running in an Android emulator, allowing developers to build projects that automate sending and receiving messages, adding new contacts and broadcasting messages multiple contacts. From 535626d271813f37b158d6ac2ed2bd098f7fab1e Mon Sep 17 00:00:00 2001 From: kevinadhiguna Date: Tue, 9 Mar 2021 16:58:11 +0000 Subject: [PATCH 2/2] docs: fix a minor typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d41337c..06b0ac1 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ RESPONSE : } # Points to Remember: -1. Android Version and Whatsapp Version needs to taken care because code is written specific to versions. you can go to +1. Android Version and Whatsapp Version needs to be taken care because code is written specific to versions. you can go to workers folder and edit files accordingly to change your platform version and activity class. Like Current Code has: @@ -179,4 +179,4 @@ Android Version is Android-28 ![Rabbit MQ 1](https://raw.githubusercontent.com/mnkgrover08/whatsapp_automation/master/image-1.png) -# Note: This is just an Experimental Demo which is not intended to voilate any Terms and Conditions of Whatsapp +# Note: This is just an Experimental Demo which is not intended to violate any Terms and Conditions of Whatsapp