From 43ccbcb26cb1869b8d8dbd982cb2b4921ac67f77 Mon Sep 17 00:00:00 2001 From: Mal Curtis Date: Wed, 19 Feb 2014 07:55:25 +1300 Subject: [PATCH] Update README.md --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index ca506d9..fb6f13e 100644 --- a/README.md +++ b/README.md @@ -2,16 +2,6 @@ Access your [Vend Store](http://vendhq.com) in Ruby! Vending Machine turns the [Vend API](http://docs.vendhq.com/) into Ruby objects, including type coercion and nested objects. -## Basic Auth and Oauth Support -Authentication defaults Basic Auth. You can switch to Oauth by adding the following code to an initializer. - -```ruby -# config/vending_machine.rb -Vend.config do |config| - config.auth_method = :oauth # default sets to :basic_auth -end - -``` ```ruby # Create an instance of your store with Basic Auth