Skip to content
This repository has been archived by the owner on Aug 20, 2019. It is now read-only.

Syntax example in Readme uses "headers" instead of "header" #46

Open
rcavezza opened this issue Oct 29, 2016 · 1 comment
Open

Syntax example in Readme uses "headers" instead of "header" #46

rcavezza opened this issue Oct 29, 2016 · 1 comment

Comments

@rcavezza
Copy link

Took me a little bit of time to figure this out.

# This could go in an initializer
    FullContact.configure do |config|
        config.api_key = 'fullcontact_api_key_goes_here'
        config.auth_type = :headers # :header or :query
    end

Should be

# This could go in an initializer
    FullContact.configure do |config|
        config.api_key = 'fullcontact_api_key_goes_here'
        config.auth_type = :header # :header or :query
    end
@m272cels
Copy link

👍 , not sure how long it would have taken me to figure this out without looking at this issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants