README.md in lenddo-1.1.0 vs README.md in lenddo-1.1.1

- old
+ new

@@ -9,11 +9,11 @@ gem 'lenddo' ``` And then execute: - $ bundle + $ bundle install Or install it yourself as: $ gem install lenddo @@ -32,12 +32,16 @@ Note: To get your `@access_key` and `@secret_key` go to https://dashboard.lenddo.com/client/api_key. ## Service Client -The `ServiceClient` allows the client to send extra information or retrieve the scoring, verification, and decision results from Lenddo. To use run `require 'lenddo/service_client'` +The `ServiceClient` allows the client to send extra information or retrieve the scoring, verification, and decision results from Lenddo. +To use run: + + require 'lenddo/service_client' + ### Get a Score To retrieve the score you'll need the application ID and the partner script ID that you used to create the application. Lenddo::ServiceClient.application_score(@application_id, @partnerscript_id) @@ -78,9 +82,13 @@ ## White Label Client *Use Lenddo services while keeping your own branding* The white label package comes in two service calls made to Lenddo which are meant to allow you to utilize Lenddo services without having the user leave your own ecosystem. + +To use run: + + require 'lenddo/white_label_client' ### PartnerToken **Note**: All token providers must be OAuth 2.0 \ No newline at end of file