flowcommerce / ruby-sdk

MIT License
1 stars 4 forks source link

README.md: passing token as a param doesn't work #6

Closed markiz closed 8 years ago

markiz commented 8 years ago

See https://github.com/flowcommerce/ruby-sdk/blob/5f2c219dc87185ee024a2965346010a085f37638/README.md#installation

FlowCommerce.instance(:token => "")

This doesn't work as the only ways to pass the token are env var, env var pointing to the file and ~/.flow/token.

From my perspective it might make sense to actually allow that, but you could change the doc instead. #

mbryzek commented 8 years ago

Fixed by https://github.com/flowcommerce/ruby-sdk/pull/7

markiz commented 8 years ago

👍