From a618e557250b34c6c893d7e7a0496abd2d57ff9d Mon Sep 17 00:00:00 2001 From: Tim Liner Date: Wed, 23 Dec 2015 14:35:57 -0600 Subject: [PATCH] update README to reflect that Twilio is used to send SMS rather than email --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75440ae..eb428cd 100644 --- a/README.md +++ b/README.md @@ -196,7 +196,7 @@ puts "Current code #{user.otp_code}" - [Generate QR code with rqrcode gem](https://github.com/heapsource/active_model_otp/wiki/Generate-QR-code-with-rqrcode-gem) - Generating QR Code with Google Charts API -- [Sendind code via email with Twilio](https://github.com/heapsource/active_model_otp/wiki/Send-code-via-Twilio-SMS) +- [Sending code via SMS with Twilio](https://github.com/heapsource/active_model_otp/wiki/Send-code-via-Twilio-SMS) - [Using with Mongoid](https://github.com/heapsource/active_model_otp/wiki/Using-with-Mongoid) ## Contributing