bugsnag / bugsnag-api-ruby

BugSnag API toolkit for Ruby
Other
21 stars 15 forks source link

remove plural from single organization call #24

Closed pdpol closed 4 years ago

pdpol commented 4 years ago

Goal

Currently in the readme organizations example the call to retrieve a single organization is written as plural Bugsnag::Api.organizations("organization-id"). Should be Bugsnag::Api.organization("organization-id").

mattdyoung commented 4 years ago

Hi @pdpol

Good spot. Thanks!