Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
snikch committed Feb 18, 2014
1 parent d752c12 commit 43ccbcb
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 43ccbcb

Please sign in to comment.