diff --git a/README.md b/README.md index 4c76c94..488d628 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,10 @@ Or install it yourself as: puts sms end +# method to send sms +sms = Biju::Sms.new(:phone_number => '+3312345678', :message => 'hello world') +@modem.send(sms) + @modem.close ``` ## TODO