Skip to content

Commit d32ba42

Browse files
authored
corrected the hosting steps in the documentation
1 parent 709bb3e commit d32ba42

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
@@ -133,6 +133,8 @@ To host the application on DigitalOcean like in the video example shown above, f
133133
11. Run ngrok to create a tunnel to the Flask application:
134134

135135
`./ngrok http 5000`
136+
137+
12. Copy the webhook URL from the ngrok window followed by `/sms` and add it to the two Twlio sections, similar to 3A from the running locally section.
136138

137139
### Hosting the application on DigitalOcean (Using tmux to keep session active after console is closed)
138140

@@ -166,15 +168,14 @@ To host the application on DigitalOcean like in the video example shown above, f
166168

167169
`start ngrok`
168170

169-
9. Copy the webhook URL from the ngrok window followed by `/sms`, similar to 3A from the running locally section.
171+
9. Copy the webhook URL from the ngrok window followed by `/sms` and add it to the two Twlio sections, similar to 3A from the running locally section.
170172

171173
10. Detach from the `tmux` session by pressing `Ctrl-b` followed by `d`.
172174

173175
The application will continue running even after you close your console. To reattach to the `tmux` session, use:
174176

175177
`tmux attach -t chatgpt-turbo-sms`, and `tmux attach -t chatgpt-turbo-ngrok`
176178

177-
11. Copy the webhook URL from the ngrok window followed by `/sms` and add it to the two Twlio sections, similar to 3A from the running locally section.
178179

179180
## About the Developer
180181

0 commit comments

Comments
 (0)