Skip to content

Commit

Permalink
Correct link syntax in README
Browse files Browse the repository at this point in the history
  • Loading branch information
timkurvers committed May 31, 2017
1 parent c0e70d2 commit 616d4f6
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,21 @@ Licensed under the **MIT** license, see LICENSE for more information.

Add this line to your application's Gemfile:

gem 'cellular'
```
gem 'cellular'
```

And then execute:

$ bundle
```shell
bundle
```

Or install it yourself as:

$ gem install cellular

```shell
gem install cellular
```

## Usage

Expand Down Expand Up @@ -71,6 +76,7 @@ sms = Cellular::SMS.new(

sms.deliver
```

For use with multiple recipients in one request use:

```ruby
Expand Down Expand Up @@ -125,10 +131,10 @@ sms.deliver_async(wait_until: Date.tomorrow.noon)

## Troubleshooting

If you are using Twilio as a backend, please make sure you add or (port)[https://www.twilio.com/help/faq/porting] a phone number to your account so, that you can use that as a sender option. You won't be able to send messages from any phone number unless you port it to Twilio.
If you are using Twilio as a backend, please make sure you add or [port](https://www.twilio.com/help/faq/porting) a phone number to your account, so that you can use that as a sender option. You won't be able to send messages from any phone number unless you port it to Twilio.

Also, make sure phone numbers are in valid international format:
[`+47xxxxxx`, `+370xxxxx`]
[`+47xxxxxxxx`, `+370xxxxx`]

## Contributing

Expand Down

0 comments on commit 616d4f6

Please sign in to comment.