Skip to content

Commit e33f5fd

Browse files
authored
Update README.md
1 parent d6b10fe commit e33f5fd

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ For some of the examples you will need to [buy a number](https://dashboard.nexmo
1010

1111
## Setup
1212
<br>
13+
1314
```
1415
git clone [email protected]:Vonage-Community/sample-messages-ruby_on_rails-quickstart.git
1516
cd sample-messages-ruby_on_rails-quickstart
@@ -18,9 +19,12 @@ bundle install
1819
rails db:create db:migrate
1920
rails s
2021
```
22+
2123
## Tutorials & Sample Code
24+
2225
### SMS
2326
<br>
27+
2428
Tutorial | Code Sample
2529
--------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------
2630
[How to Send SMS Messages with Ruby on Rails](https://developer.vonage.com/en/blog/send-sms-ruby-on-rails-dr) | [outbound_sms_controller.rb](app/controllers/outbound_sms_controller.rb)
@@ -29,6 +33,7 @@ Tutorial
2933

3034
### Voice
3135
<br>
36+
3237
Tutorial | Code Sample
3338
------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------
3439
[How to Make an Outbound Text-to-Speech Phone Call with Rails](#) | [outbound_calls_controller.rb](app/controllers/outbound_calls_controller.rb)
@@ -37,6 +42,7 @@ Tutorial
3742

3843
### RCS
3944
<br>
45+
4046
Tutorial | Code Sample
4147
--------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------
4248
[How to Send RCS Suggested Reply Messages with Ruby on Rails](#) | [outbound_rcs_controller.rb](app/controllers/outbound_rcs_controller.rb)
@@ -48,14 +54,16 @@ Tutorial
4854
Tutorial | Code Sample
4955
--------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------
5056
[How to Send WhatsApp Messages with Ruby on Rails](#) | [outbound_whatsapp_controller.rb](app/controllers/outbound_whatsapp_controller.rb)
51-
[How to Receive WhatsApp Messages with Ruby on Rails](#) | [inbound_whatsapp_controller.rb](app/controllers/inbound_whatsapp_controller.rb)
57+
[How to Receive WhatsApp Messages with Ruby on Rails](#) | [outbound_whatsapp_controller.rb](app/controllers/outbound_whatsapp_controller.rb)
5258

5359
## Request More Examples
5460
<br>
61+
5562
For help with the code or to request an example not listed here, please join the [Vonage Community Slack](https://developer.vonage.com/en/community/slack). Feedback and requests are highly appreciated!
5663

5764
## Licenses
5865
<br>
66+
5967
- The code samples in this repo is under [MIT](LICENSE)
6068

6169
- The tutorials contents are under Creative Commons, [CC-BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/legalcode)

0 commit comments

Comments
 (0)