Skip to content

Commit

Permalink
readme cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmbenton committed Sep 5, 2011
1 parent be6f6e7 commit 6c29252
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -16,7 +16,7 @@ $ rake gem
$ gem install pkg/twilio-ruby-{version}
```

## Get Started With Client Capability Tokens
## Get Started with Client Capability Tokens

If you just need to generate a Capability Token for use with Twilio Client, you
can do this:
Expand Down Expand Up @@ -139,7 +139,7 @@ auth_token = '62ea81de3a5b414154eb263595357c69'

# buy the first one
@number = @numbers[0].phone_number
@account.incoming_phone_numbers.create(:phone_number => @number)
@client.account.incoming_phone_numbers.create(:phone_number => @number)
```

## More Information
Expand Down

0 comments on commit 6c29252

Please sign in to comment.