Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
grokify committed Jan 23, 2016
1 parent 39de1d6 commit 3bd080b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ API requests can be made via the included `Faraday` client or `RingCentralSdk::H
To make generic API requests, use included `Faraday` client which can be accessed via `rcsdk.client`. The client automatically adds the correct access token to the HTTP request and handles OAuth token refresh using the `OAuth` gem.

```ruby
client = rcsdk.client
client = rcapi.client
```

#### SMS Example
Expand Down

0 comments on commit 3bd080b

Please sign in to comment.