Skip to content

Commit

Permalink
README tab turned into spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
winfred committed Jan 26, 2012
1 parent 3a16678 commit 6d2c515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -49,7 +49,7 @@ Mailchimp API keys for them. run them like:

API calls default to a 30 second timeout. You can optionally set your own timeout (in seconds) like so:

api = Mailchimp::API.new("apikey", timeout: 60)
api = Mailchimp::API.new("apikey", timeout: 60)
api.timeout = 5
api.listBatchSubscribe(list_id: "123", batch: [1..7000], timeout: 300) #per-request will override default

Expand Down

0 comments on commit 6d2c515

Please sign in to comment.