Skip to content

Commit b4d9ec9

Browse files
Update README.md
fixed img view
1 parent 4c8a8a7 commit b4d9ec9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ It is the Java implementation of this service.
55
It forwards sms received by your twilio number to watson bot to have a smart response back which is sent back as response sms from the twilio number.
66
It is a three layer solution: [TWILIO](https://twilio.com) + [this.Solution](https://github.com/pranavkapoorr/Twilio_Watson_SMS_Bot_Java/) + [IBM_Watson](https://www.ibm.com/watson/services/conversation-4/).
77

8-
![alt text](https://github.com/pranavkapoorr/Twilio_Watson_SMS_Bot_Java/blob/master/data_flow.jpg)
8+
![alt text](https://raw.githubusercontent.com/pranavkapoorr/Twilio_Watson_SMS_Bot_Java/master/data_flow.jpg)
99

1010
## Getting Started
1111

@@ -18,7 +18,8 @@ These instructions will get you a copy of the project up and running on your loc
1818
```
1919
* Go to [TWILIO Homepage](https://twilio.com) and register for free number.
2020
* In settings for your phone number, put the webhook either post or get pointing at port 5000 of your system where you run this solution. It will pass the received message to this solution which will forward it to IBM WATSON CHATBOT.
21-
* Copy the access tockens and paste it in [twilio class](https://github.com/pranavkapoorr/Twilio_Watson_SMS_Bot_Java/blob/master/src/main/java/sms/twilio.java) to make it work.
21+
* Copy the access tockens and paste it in [twilio class]
22+
(https://github.com/pranavkapoorr/Twilio_Watson_SMS_Bot_Java/blob/master/src/main/java/sms/twilio.java) to make it work.
2223
```
2324

2425
#### Port Forwarding

0 commit comments

Comments
 (0)