riboseinc / digicert

Ruby bindings for the Digicert Services API
https://www.digicert.com/services/v2/documentation
MIT License
8 stars 10 forks source link

fix example of fetching first org #129

Closed davidcpell closed 6 years ago

davidcpell commented 6 years ago

I am integrating the digicert library into a project (thank you for this!) and found that Digicert::Organization.first (found in the readme) returns a NoMethodError. In order to get the first org, it looks like you actually have to use Digicert::Organization.all.first so I updated this part of the README.

ronaldtse commented 6 years ago

Thank you @davidcpell , really appreciate it!