Skip to content

Commit

Permalink
fixes typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
timcharper committed Nov 11, 2010
1 parent bf9f8e0 commit d369bcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rdoc
Expand Up @@ -48,8 +48,8 @@ An attempt was made to allow for an ActiveModel-like interface.
:api_key => "DeadB33fDeadB33fDeadB33fDeadB33fDeadB33f", # required (See Leadtune::Config)
:organization => "LOL", # required (See Leadtune::Config)
:event => "offers_prepared", # required
:email => "test@example.com" # required
:target_buyers => ["TB-LOL", "AcmeU",] # required
:email => "test@example.com", # required
:target_buyers => ["TB-LOL", "AcmeU"], # required
# ... include optional factors here, see http://leadtune.com/factors for details
})

Expand Down

0 comments on commit d369bcf

Please sign in to comment.