From 3bd080ba473064c1831f28c63704505783a04e26 Mon Sep 17 00:00:00 2001 From: John Wang Date: Fri, 22 Jan 2016 16:29:40 -0800 Subject: [PATCH] update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d3dfc8..3e9e4dc 100644 --- a/README.md +++ b/README.md @@ -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