From f79430e8bea0288ff35b1bef3d71f9f8122f4235 Mon Sep 17 00:00:00 2001 From: mhuggins Date: Wed, 20 Apr 2016 13:45:06 -0600 Subject: [PATCH] fixup! add config option to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index bd35281..1467430 100644 --- a/README.md +++ b/README.md @@ -208,6 +208,8 @@ The `publish` method also accepts options that impact instantiation of the will be attempted before giving up. If the timeout is exceeded, an exception will raised to be handled by your application or `error_handler`. *(default: 15)* +* `:config` - A custom configuration object. Generally this option can be ignored. + *(default: `Circuitry.publisher_config`)* ```ruby obj = { foo: 'foo', bar: 'bar' } @@ -258,6 +260,8 @@ The `subscribe` method also accepts options that impact instantiation of the short-polling. *(default: 10)* * `:batch_size` - The number of messages to retrieve in a single SQS request. *(default: 10)* +* `:config` - A custom configuration object. Generally this option can be ignored. + *(default: `Circuitry.subscriber_config`)* ```ruby options = {