From 6d2c515ac86988713a5e63d27c84ac660f4e50c6 Mon Sep 17 00:00:00 2001 From: Winfred Date: Thu, 26 Jan 2012 10:59:48 -0500 Subject: [PATCH] README tab turned into spaces --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index eb57152..64b9508 100644 --- a/README.markdown +++ b/README.markdown @@ -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