Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix minor typos in README.md #21

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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:
Expand All @@ -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