Skip to content

Commit e552ffe

Browse files
author
Ben Conley
committed
Add some detail to the README file and revise test spec
1 parent 2fdeedf commit e552ffe

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,12 @@ Or install it yourself as:
2222

2323
## Usage
2424

25-
TODO: Write usage instructions here
25+
From Console:
26+
irb
27+
require 'twilio_thinqlcr'
28+
require 'twilio-ruby'
29+
@test = TwilioThinqlcr::TwilioWrapper.new('*twilio_account_sid*', '*twilio_account_token*', '*thinQ_id*', '*thinQ_token*')
30+
@test.call('*FROM NUMBER*','*TO NUMBER*',['*Optional Custom TWIML Resource URL'])
2631

2732
## Development
2833

spec/twilio_thinqlcr_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
require 'spec_helper'
2+
require 'twilio_thinqlcr/version'
23

34
describe TwilioThinqlcr do
45
it 'has a version number' do

0 commit comments

Comments
 (0)