Skip to content

Commit

Permalink
fix docs to match current class name.
Browse files Browse the repository at this point in the history
  • Loading branch information
woodhull committed Mar 21, 2019
1 parent ef398dd commit 0dfbb4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Or install it yourself as:

For now, the gem only supports listing an organization's events.

`MobilizeAmericaClient.new.organization_events(organization_id: 123)`
`MobilizeAmericaClient::Client.new.organization_events(organization_id: 123)`


## Development
Expand Down
2 changes: 1 addition & 1 deletion bin/console
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby

require "bundler/setup"
require "mobilizeamerica/client"
require "mobilize_america_client"

# You can add fixtures and/or initialization code here to make experimenting
# with your gem easier. You can also use a different console, if you like.
Expand Down

0 comments on commit 0dfbb4c

Please sign in to comment.