Skip to content

Commit

Permalink
Fix typo in readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Humphreys committed Dec 15, 2017
1 parent 3f0a542 commit 82be835
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ value:
require "helio"
Helio.api_token = "..."

# list charges
# list participants
Helio::Participant.list()

# retrieve single charge
# retrieve single participant
Helio::Participant.retrieve(
"id",
)
Expand Down Expand Up @@ -76,8 +76,8 @@ library use any client supported by [Faraday][faraday] by initializing a
``` ruby
conn = Faraday.new
client = Helio::HelioClient.new(conn)
charge, resp = client.request do
Helio::participant.retrieve(
participant, resp = client.request do
Helio::Participant.retrieve(
"id",
)
end
Expand Down

0 comments on commit 82be835

Please sign in to comment.