Skip to content

Commit 6e15f1f

Browse files
authored
Update README.md
1 parent 09b46dc commit 6e15f1f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

SMS_SENDER/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A simple Tkinter app that uses the Twilio api internally to send messages
44

55
# Dependencies
66
twilio 7.0.0
7-
PyPi (here)[https://pypi.org/project/twilio/]
7+
PyPi [here](https://pypi.org/project/twilio/)
88

99
# Setup
1010

@@ -16,9 +16,9 @@ cd "Python-scripts-collection/SMS_SENDER"
1616
pip install twilio
1717
```
1818

19-
Now before proceeding any further head to (Twilio)[https://www.twilio.com/] and sign up and follow the steps below
19+
Now before proceeding any further head to [Twilio](https://www.twilio.com/) and sign up and follow the steps below
2020

21-
- Navigate to twilio's (console)[https://console.twilio.com/]
21+
- Navigate to twilio's [console](https://console.twilio.com/)
2222
- Copy your **ACCOUNT SID** and **AUTH_TOKEN**
2323
- In API.py paste them like this
2424

@@ -35,4 +35,4 @@ def Send_msg(body,to,from_num):
3535
- In the *to* entry box paste the number which you had copied
3636
- In the *from* entry box enter the number to which you wanna send the message
3737
- Note - **Make sure you write country code before the numbers - Ex : +1218400xxxx**
38-
- You're all set now, type the message and press the sent button
38+
- You're all set now, type the message and press the sent button

0 commit comments

Comments
 (0)